Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ assertPathIn
Method
assertPathIn
Lib/test/test_ntpath.py:93–94 ·
view source on GitHub ↗
(self, path, pathset)
Source
from the content-addressed store, hash-verified
91
self.assertEqual(path1, path2)
92
93
def
assertPathIn(self, path, pathset):
94
self.assertIn(_norm(path), _norm(pathset))
95
96
97
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