bundles / traitlets 5.15.0 / traitlets / config / application / Application / emit_help
function
traitlets.config.application:Application.emit_help
Signature
def emit_help ( self , classes : bool = False ) → t.Generator[str, None, None] Summary
Yield the help-lines for each Configurable class in self.classes.
Extended Summary
If classes=False (the default), only flags and aliases are printed.
Aliases
-
traitlets.config.Application.emit_help