MCPcopy Index your code
hub / github.com/python/cpython / test_move_into_other_os

Method test_move_into_other_os

Lib/test/test_pathlib/test_pathlib.py:1774–1775  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1772
1773 @patch_replace
1774 def test_move_into_other_os(self):
1775 self.test_move_into()
1776
1777 def test_move_into_empty_name(self):
1778 source = self.cls('')

Callers

nothing calls this directly

Calls 1

test_move_intoMethod · 0.95

Tested by

no test coverage detected