MCPcopy 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()

Calls 2

vfspathFunction · 0.90
resolveMethod · 0.45