MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / copy_file

Function copy_file

tools/triage_tests.py:317–320  ·  view source on GitHub ↗

Copy file from *a* to *b*.

(a, b)

Source from the content-addressed store, hash-verified

315
316
317def copy_file(a, b):
318 """Copy file from *a* to *b*."""
319 print(f'copying: {a} to {b}')
320 shutil.copyfile(a, b)
321
322
323def find_failing_tests(result_images, source):

Callers 2

acceptMethod · 0.85
rejectMethod · 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…