MCPcopy Index your code
hub / github.com/python/cpython / zerocopy_fun

Method zerocopy_fun

Lib/test/test_shutil.py:3197–3198  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

3195 yield (src, dst)
3196
3197 def zerocopy_fun(self, *args, **kwargs):
3198 raise NotImplementedError("must be implemented in subclass")
3199
3200 def reset(self):
3201 self.tearDown()

Callers 10

test_regular_copyMethod · 0.95
test_same_fileMethod · 0.95
test_empty_fileMethod · 0.95
test_cant_get_sizeMethod · 0.45
test_small_chunksMethod · 0.45
test_big_chunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected