MCPcopy 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
46class NWayMerge(object):

Callers 1

sortMethod · 0.95

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected