Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ cleanup
Method
cleanup
sorts/external-sort.py:42–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
i += 1
41
42
def
cleanup(self):
43
map(
lambda
f: os.remove(f), self.block_filenames)
44
45
46
class
NWayMerge(object):
Callers
1
sort
Method · 0.95
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected