MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / get_block_filenames

Method get_block_filenames

sorts/external_sort.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.block_filenames.append(filename)
22
23 def get_block_filenames(self):
24 return self.block_filenames
25
26 def split(self, block_size, sort_key=None):
27 i = 0

Callers 1

sortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected