MCPcopy 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
55def main():
56 recycleDir = returnDir()
57 findRecycled(recycleDir)
58
59
60if __name__ == "__main__":

Callers 1

recyclebin.pyFile · 0.70

Calls 2

returnDirFunction · 0.85
findRecycledFunction · 0.85

Tested by

no test coverage detected