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

Method isdir

Lib/tarfile.py:1685–1687  ·  view source on GitHub ↗

Return True if it is a directory.

(self)

Source from the content-addressed store, hash-verified

1683 return self.isreg()
1684
1685 def isdir(self):
1686 'Return True if it is a directory.'
1687 return self.type == DIRTYPE
1688
1689 def issym(self):
1690 'Return True if it is a symbolic link.'

Callers 15

_proc_builtinMethod · 0.95
copy_includesFunction · 0.45
mainFunction · 0.45
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

Calls

no outgoing calls

Tested by 3

_download_srcMethod · 0.36
_unpack_srcMethod · 0.36
_post_install_3xxMethod · 0.36