MCPcopy Index your code
hub / github.com/PyTables/PyTables / _g_log_move

Method _g_log_move

tables/node.py:701–702  ·  view source on GitHub ↗
(self, oldpathname: str)

Source from the content-addressed store, hash-verified

699 self._g_log_move(oldpathname)
700
701 def _g_log_move(self, oldpathname: str) -> None:
702 self._v_file._log("MOVE", oldpathname, self._v_pathname)
703
704 def _g_copy(
705 self,

Callers 1

_f_moveMethod · 0.95

Calls 1

_logMethod · 0.80

Tested by

no test coverage detected