|
AQIT 0.1.0
|
Functions | |
| str | _sae_slug (dict[str, Any] r) |
| str | _fmt_value (str key, Any value) |
| list[tuple[str, str, str]] | _rows (dict[str, Any] r) |
| dict[str, Any] | info_sae_payload (dict[str, Any] r) |
| None | render_info_sae_quiet (dict[str, Any] r) |
| None | render_info_sae (dict[str, Any] r) |
Variables | |
| _SKIP | |
| list | _FIELDS |
|
protected |
Definition at line 43 of file info_sae_display.py.
Referenced by _rows().
|
protected |
(api_key, label, formatted_value) in display order, then leftover keys.
Definition at line 54 of file info_sae_display.py.
References _fmt_value().
Referenced by info_sae_payload(), render_info_sae(), and render_info_sae_quiet().
|
protected |
Definition at line 35 of file info_sae_display.py.
Referenced by info_sae_payload(), and render_info_sae().
| dict[str, Any] info_sae_payload | ( | dict[str, Any] | r | ) |
Definition at line 70 of file info_sae_display.py.
References _rows(), and _sae_slug().
Referenced by render_info_sae_quiet().
| None render_info_sae | ( | dict[str, Any] | r | ) |
Legacy Rich SIMPLE layout (`--plain`).
Definition at line 107 of file info_sae_display.py.
References _rows(), and _sae_slug().
| None render_info_sae_quiet | ( | dict[str, Any] | r | ) |
Definition at line 90 of file info_sae_display.py.
References _rows(), and info_sae_payload().
|
protected |
Definition at line 23 of file info_sae_display.py.
|
protected |
Definition at line 17 of file info_sae_display.py.