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

Method __init__

tables/atom.py:670–671  ·  view source on GitHub ↗
(self, shape: Shape = (), dflt: bool = _defvalue)

Source from the content-addressed store, hash-verified

668 _defvalue = False
669
670 def __init__(self, shape: Shape = (), dflt: bool = _defvalue) -> None:
671 Atom.__init__(self, self.type, shape, dflt)
672
673
674class IntAtom(Atom): # type: ignore[misc]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected