Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
def
files():
158
return
[os.path.join(os.getcwd(),
'images'
, name)
for
name in os.listdir(os.path.join(os.getcwd(),
'images'
))]
159
160
curx = cury = selected = None
161
Callers
1
do_setup
Function · 0.70
Calls
3
getcwd
Method · 0.80
join
Method · 0.45
listdir
Method · 0.45
Tested by
no test coverage detected