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

Method isdir

Lib/tarfile.py:1666–1668  ·  view source on GitHub ↗

Return True if it is a directory.

(self)

Source from the content-addressed store, hash-verified

1664 return self.isreg()
1665
1666 def isdir(self):
1667 'Return True if it is a directory.'
1668 return self.type == DIRTYPE
1669
1670 def issym(self):
1671 'Return True if it is a symbolic link.'

Callers 15

_proc_builtinMethod · 0.95
makedirsFunction · 0.45
get_default_verify_pathsFunction · 0.45
compiler_fixupFunction · 0.45
_walk_dirFunction · 0.45
pathdirsFunction · 0.45
ispackageFunction · 0.45
cliFunction · 0.45
addusersitepackagesFunction · 0.45
addsitepackagesFunction · 0.45
existsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected