Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_move_dir_other_fs
Method
test_move_dir_other_fs
Lib/test/test_pathlib/test_pathlib.py:1704–1705 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1702
1703
@patch_replace
1704
def
test_move_dir_other_fs(self):
1705
self.test_move_dir()
1706
1707
def
test_move_dir_to_dir(self):
1708
base = self.cls(self.base)
Callers
nothing calls this directly
Calls
1
test_move_dir
Method · 0.95
Tested by
no test coverage detected