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

Method is_dir

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

Source from the content-addressed store, hash-verified

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: ...
62

Callers 2

walkMethod · 0.45
_copy_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected