class PairsDisplay(Formatter):
Output all unicode values to STDOUT.
| Class Variable | NAME |
subcommand name. |
| Method | __init__ |
initialize PairsDisplay class. |
| Instance Variable | pg |
main data class PairsGroups. |
| Instance Variable | options |
options list for populating calls. |
| Method | setup_popts |
setup parser values. |
| Method | all |
Output all the pairs. |
| Method | setup |
Setup iterator. |
| Static Method | output_json |
Output json. |
| Static Method | output_lines |
Output standard lines. |
| Method | run |
left / right pairs. |
Inherited from Formatter:
| 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. |
Output json.
| Parameters | iterator | Undocumented (type: Iterator[Tuple[Tuple[str, str], Tuple[str, Dict, Dict]]]) |