MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _GiveupOnFastCopy

Class _GiveupOnFastCopy

tools/python-3.11.9-amd64/Lib/shutil.py:81–84  ·  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

79 and unpacking registries fails"""
80
81class _GiveupOnFastCopy(Exception):
82 """Raised as a signal to fallback on using raw read()/write()
83 file copy when fast-copy functions fail to do so.
84 """
85
86def _fastcopy_fcopyfile(fsrc, fdst, flags):
87 """Copy a regular file content or metadata by using high-performance

Callers 2

_fastcopy_fcopyfileFunction · 0.85
_fastcopy_sendfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected