Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_move
Method · 0.95
Calls
1
_log
Method · 0.80
Tested by
no test coverage detected