MCPcopy Create free account
hub / github.com/ActiveState/code / listdir

Method listdir

recipes/Python/492214_dal6py/recipe-492214.py:57–60  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

55
56 # List Directory Contents
57 def listdir(self, path):
58 path = self.__resolve_path(path)
59 assert self.__disk.is_directory(path)
60 return self.__disk.list_directory(path)
61
62 # Make New Directory
63 def mkdir(self, path):

Callers 15

import_libsFunction · 0.45
walktreeFunction · 0.45
_walktree_compatMethod · 0.45
lower_namesFunction · 0.45
nextDirMethod · 0.45
get_shortcut_pathsFunction · 0.45
dir_sizeFunction · 0.45
recipe-156178.pyFile · 0.45
__init__Method · 0.45
__call__Method · 0.45
nextMethod · 0.45
deleteFunction · 0.45

Calls 3

__resolve_pathMethod · 0.95
is_directoryMethod · 0.45
list_directoryMethod · 0.45

Tested by

no test coverage detected