ak.prettyprint.FormatterOptions#
Defined in awkward.prettyprint on line 24.
- class ak.prettyprint.FormatterOptions#
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- bool: FormatterType#
- int: FormatterType#
- timedelta: FormatterType#
- datetime: FormatterType#
- float: FormatterType#
- longfloat: FormatterType#
- complexfloat: FormatterType#
- longcomplexfloat: FormatterType#
- numpystr: FormatterType#
- object: FormatterType#
- all: FormatterType#
- int_kind: FormatterType#
- float_kind: FormatterType#
- complex_kind: FormatterType#
- str_kind: FormatterType#
- str: FormatterType#
- bytes: FormatterType#