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

Function files

recipes/Python/498151_Example_For_winreg_2/recipe-498151.py:157–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 return handle
156
157def files():
158 return [os.path.join(os.getcwd(), 'images', name) for name in os.listdir(os.path.join(os.getcwd(), 'images'))]
159
160curx = cury = selected = None
161

Callers 1

do_setupFunction · 0.70

Calls 3

getcwdMethod · 0.80
joinMethod · 0.45
listdirMethod · 0.45

Tested by

no test coverage detected