MCPcopy Index your code
hub / github.com/RustPython/RustPython / zerocopy_fun

Method zerocopy_fun

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

Source from the content-addressed store, hash-verified

3169 yield (src, dst)
3170
3171 def zerocopy_fun(self, *args, **kwargs):
3172 raise NotImplementedError("must be implemented in subclass")
3173
3174 def reset(self):
3175 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