Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ info
Method
info
Lib/test/test_pathlib/support/zip_path.py:263–265 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
261
262
@property
263
def
info(self):
264
tree = self.zip_file.filelist.tree
265
return
tree.resolve(vfspath(self), follow_symlinks=False)
266
267
def
__open_reader__(self):
268
info = self.info.resolve()
Callers
9
testAssertLogsDefaults
Method · 0.45
testAssertLogsTwoMatchingMessages
Method · 0.45
checkAssertLogsPerLogger
Method · 0.45
testAssertLogsFailureLevelTooHigh
Method · 0.45
testAssertLogsFailureLevelTooHigh_FilterInRootLogger
Method · 0.45
testAssertLogsWithFormatter
Method · 0.45
testAssertNoLogsDefault
Method · 0.45
testAssertNoLogsFailurePerLogger
Method · 0.45
testAssertNoLogsPerLevel
Method · 0.45
Calls
2
vfspath
Function · 0.90
resolve
Method · 0.45
Tested by
9
testAssertLogsDefaults
Method · 0.36
testAssertLogsTwoMatchingMessages
Method · 0.36
checkAssertLogsPerLogger
Method · 0.36
testAssertLogsFailureLevelTooHigh
Method · 0.36
testAssertLogsFailureLevelTooHigh_FilterInRootLogger
Method · 0.36
testAssertLogsWithFormatter
Method · 0.36
testAssertNoLogsDefault
Method · 0.36
testAssertNoLogsFailurePerLogger
Method · 0.36
testAssertNoLogsPerLevel
Method · 0.36