MCPcopy
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
47class NWayMerge:

Callers 1

sortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected