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

Method exists

Lib/pathlib/types.py:58–58  ·  view source on GitHub ↗
(self, *, follow_symlinks: bool = True)

Source from the content-addressed store, hash-verified

56 Methods may return cached results.
57 """
58 def exists(self, *, follow_symlinks: bool = True) -> bool: ...
59 def is_dir(self, *, follow_symlinks: bool = True) -> bool: ...
60 def is_file(self, *, follow_symlinks: bool = True) -> bool: ...
61 def is_symlink(self) -> bool: ...

Callers 1

lexistsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected