Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assertPathIn
Method
assertPathIn
Lib/test/test_ntpath.py:91–92 ·
view source on GitHub ↗
(self, path, pathset)
Source
from the content-addressed store, hash-verified
89
self.assertEqual(path1, path2)
90
91
def
assertPathIn(self, path, pathset):
92
self.assertIn(_norm(path), _norm(pathset))
93
94
95
class
TestNtpath(NtpathTestCase):
Callers
1
test_realpath_symlink_loops
Method · 0.80
Calls
2
_norm
Function · 0.85
assertIn
Method · 0.80
Tested by
no test coverage detected