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

Method exists

Lib/zipfile/_path/__init__.py:401–402  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

399 return self.exists() and not self.is_dir()
400
401 def exists(self):
402 return self.at in self.root._name_set()
403
404 def iterdir(self):
405 if not self.is_dir():

Callers 4

openMethod · 0.95
is_fileMethod · 0.95
_extract_memberMethod · 0.45
available_timezonesFunction · 0.45

Calls 1

_name_setMethod · 0.45

Tested by

no test coverage detected