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

Method __init__

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

Source from the content-addressed store, hash-verified

713 type: str = "int8" # noqa: A003
714
715 def __init__(self, shape: Shape = (), dflt: int = 0) -> None:
716 Atom.__init__(self, "int8", shape, dflt)
717
718
719class Int16Atom(IntAtom): # type: ignore[misc]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected