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

Method _g_post_init_hook

tables/node.py:453–455  ·  view source on GitHub ↗

Code to be run after node creation and before creation logging.

(self)

Source from the content-addressed store, hash-verified

451 self._v_depth = None
452
453 def _g_post_init_hook(self) -> None:
454 """Code to be run after node creation and before creation logging."""
455 pass
456
457 def _g_update_dependent(self) -> None:
458 """Update dependent objects after a location change.

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected