faust.cli.tables
¶
Program faust tables
used to list tables.
- class faust.cli.tables.tables(ctx: Context, *args: Any, key_serializer: Optional[Union[CodecT, str]] = None, value_serializer: Optional[Union[CodecT, str]] = None, **kwargs: Any)[source]¶
List available tables.
- title = 'Tables'¶
- key_serializer: CodecArg¶
The codec used to serialize keys. Taken from instance parameters or
key_serializer
.
- value_serialier: CodecArg¶
The codec used to serialize values. Taken from instance parameters or
value_serializer
.
- stdout: IO¶
- stderr: IO¶
- args: Tuple¶