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

Method _g_update_dependent

tables/node.py:457–465  ·  view source on GitHub ↗

Update dependent objects after a location change. All dependent objects (but not nodes!) referencing this node must be updated here.

(self)

Source from the content-addressed store, hash-verified

455 pass
456
457 def _g_update_dependent(self) -> None:
458 """Update dependent objects after a location change.
459
460 All dependent objects (but not nodes!) referencing this node
461 must be updated here.
462
463 """
464 if "_v_attrs" in self.__dict__:
465 self._v_attrs._g_update_node_location(self)
466
467 def _f_close(self) -> None:
468 """Close this node in the tree.

Callers 2

_g_update_locationMethod · 0.95
_g_moveMethod · 0.95

Calls 1

Tested by

no test coverage detected