Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ main
Function
main
recyclebin.py:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
main():
56
recycleDir = returnDir()
57
findRecycled(recycleDir)
58
59
60
if
__name__ ==
"__main__"
:
Callers
1
recyclebin.py
File · 0.70
Calls
2
returnDir
Function · 0.85
findRecycled
Function · 0.85
Tested by
no test coverage detected