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

Class _GiveupOnFastCopy

Lib/shutil.py:93–96  ·  view source on GitHub ↗

Raised as a signal to fallback on using raw read()/write() file copy when fast-copy functions fail to do so.

Source from the content-addressed store, hash-verified

91 and unpacking registries fails"""
92
93class _GiveupOnFastCopy(Exception):
94 """Raised as a signal to fallback on using raw read()/write()
95 file copy when fast-copy functions fail to do so.
96 """
97
98def _fastcopy_fcopyfile(fsrc, fdst, flags):
99 """Copy a regular file content or metadata by using high-performance

Callers 3

_fastcopy_fcopyfileFunction · 0.85
_fastcopy_sendfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…