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