faust.types.fixups

class faust.types.fixups.FixupT(app: _AppT)[source]
app: _AppT
abstract enabled() bool[source]
Return type:

bool

abstract autodiscover_modules() Iterable[str][source]
Return type:

_GenericAlias[str]

abstract on_worker_init() None[source]
Return type:

None