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

Method close

tables/leaf.py:1057–1063  ·  view source on GitHub ↗

Close this node in the tree. This method is completely equivalent to :meth:`Leaf._f_close`.

(self, flush: bool = True)

Source from the content-addressed store, hash-verified

1055 super()._f_close()
1056
1057 def close(self, flush: bool = True) -> None:
1058 """Close this node in the tree.
1059
1060 This method is completely equivalent to :meth:`Leaf._f_close`.
1061
1062 """
1063 self._f_close(flush)

Callers 15

save2Function · 0.45
nctoh5.pyFile · 0.45
umountMethod · 0.45
_g_create_commonMethod · 0.45
expression.pyFile · 0.45
create_tempMethod · 0.45
cleanup_tempMethod · 0.45
_g_createMethod · 0.45
filenode.pyFile · 0.45
tutorial1.pyFile · 0.45
deep-tree-h5py.pyFile · 0.45
read-table.pyFile · 0.45

Calls 1

_f_closeMethod · 0.95

Tested by 8

create_fileFunction · 0.36
read_fileFunction · 0.36
create_fileFunction · 0.36
read_fileFunction · 0.36
create_file_arrFunction · 0.36
read_file_arrFunction · 0.36
create_fileFunction · 0.36
read_fileFunction · 0.36