ssapy_toolkit.IO.pprint_utils
Functions
|
Pretty-print any object. |
- ssapy_toolkit.IO.pprint_utils.pprint(obj)[source]
Pretty-print any object.
- If ‘obj’ is (or points to) an HDF5 file | group | dataset:
Print a summary of all levels reachable from that node.
- If ‘obj’ is a dict-like mapping:
Print a compact, recursive summary of keys and values.
- Otherwise:
Fall back to NumPy-aware pretty printer for general Python objects.