Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ listdir
Method
listdir
Lib/test/test_unittest/test_discovery.py:764–765 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
762
self.addCleanup(cleanup)
763
764
def
listdir(_):
765
return
[
'foo.py'
]
766
def
isfile(_):
767
return
True
768
def
isdir(_):
Callers
15
conf.py
File · 0.80
main
Function · 0.80
_iter_file_finder_modules
Function · 0.80
find_all_submodules
Method · 0.80
_walk_dir
Function · 0.80
addsitedir
Function · 0.80
move
Function · 0.80
check
Function · 0.80
add
Method · 0.80
phase0
Method · 0.80
list_folders
Method · 0.80
remove_folder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected