class all_to_stdout(Formatter):
Output all unicode values to STDOUT.
Class Variable | NAME |
subcommand name. |
Method | setup_popts |
setup parser options. |
Method | setup |
Setup iterator. |
Method | run |
Run program. |
Inherited from Formatter
:
Method | __init__ |
instantiate Formatter class. |
Instance Variable | popts |
ParserOpts instance. |
Instance Variable | args |
argparse.Namespace value. |
Method | set_args |
set arguments. |
Method | iterator |
Iterator. |
Static Method | fmt_single_normal |
format unicode value normally. |
Static Method | fmt_dval_sub_lines |
Format unicode value as staggered line. |
Static Method | tab_shift |
Shift text over. |
Static Method | fmt_group_multi_detail |
Format group with detail. |
Static Method | fmt_group_multi_detail_staggered_lines |
Format group with staggered lines. |
Method | fmt_group_normal |
Format group normally. |
Method | fmt_json |
Format as parsable json. |
Instance Variable | _iterator |
Iterator if set. |