ak.types.ScalarType#
Defined in awkward.types.scalartype on line 13.
- class ak.types.ScalarType(self, content, behavior=None)#
- ak.types.ScalarType.content#
- ak.types.ScalarType.behavior#
- ak.types.ScalarType.__str__(self)#
- ak.types.ScalarType.show(self, stream=STDOUT)#
- ak.types.ScalarType._str(self, indent, compact)#
- ak.types.ScalarType.__repr__(self)#
- ak.types.ScalarType.is_equal_to(self, other, *, all_parameters=False)#
- ak.types.ScalarType.__eq__ = is_equal_to#