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

Method __init__

tables/nodes/filenode.py:517–519  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

515 """
516
517 def __init__(self, node):
518 RawPyTablesIO.__init__(self, node, "r")
519 self._checkReadable()
520
521 @property
522 def node(self):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected