koapy.cli.commands.get.stock_meta.codelist_interactive¶
Module Contents¶
Classes¶
Handler instances dispatch logging events to specific destinations. |
|
Functions¶
|
|
|
|
|
Attributes¶
- class koapy.cli.commands.get.stock_meta.codelist_interactive.StatusBarHandler(screen, level=logging.NOTSET)[source]¶
Bases:
logging.HandlerHandler instances dispatch logging events to specific destinations.
The base handler class. Acts as a placeholder which defines the Handler interface. Handlers can optionally use Formatter instances to format records as desired. By default, no formatter is specified; in this case, the ‘raw’ message as determined by record.message is logged.