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

Method __init__

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

Source from the content-addressed store, hash-verified

783 type: str = "uint64" # noqa: A003
784
785 def __init__(self, shape: Shape = (), dflt: int = 0) -> None:
786 Atom.__init__(self, "uint64", shape, dflt)
787
788
789if hasattr(np, "float16"):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected