MCPcopy 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.pyFile · 0.80
mainFunction · 0.80
find_all_submodulesMethod · 0.80
_walk_dirFunction · 0.80
addsitedirFunction · 0.80
moveFunction · 0.80
checkFunction · 0.80
addMethod · 0.80
phase0Method · 0.80
list_foldersMethod · 0.80
remove_folderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected