{ } Raw JSON

bundles / traitlets latest / traitlets / config / application / Application / emit_help

function

traitlets.config.application:Application.emit_help

source: /traitlets/config/application.py :636

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