MCPcopy Create free account
hub / github.com/PyTables/PyTables / __init__

Method __init__

tables/atom.py:765–766  ·  view source on GitHub ↗
(self, shape: Shape = (), dflt: int = 0)

Source from the content-addressed store, hash-verified

763 type: str = "uint16" # noqa: A003
764
765 def __init__(self, shape: Shape = (), dflt: int = 0) -> None:
766 Atom.__init__(self, "uint16", shape, dflt)
767
768
769class UInt32Atom(UIntAtom): # type: ignore[misc]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected