MCPcopy Index your code
hub / github.com/RustPython/RustPython / exists

Method exists

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

Source from the content-addressed store, hash-verified

396 return self.exists() and not self.is_dir()
397
398 def exists(self):
399 return self.at in self.root._name_set()
400
401 def iterdir(self):
402 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