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

Function clear_cache

tools/python-3.11.9-amd64/Lib/filecmp.py:26–28  ·  view source on GitHub ↗

Clear the filecmp cache.

()

Source from the content-addressed store, hash-verified

24 'RCS', 'CVS', 'tags', '.git', '.hg', '.bzr', '_darcs', '__pycache__']
25
26def clear_cache():
27 """Clear the filecmp cache."""
28 _cache.clear()
29
30def cmp(f1, f2, shallow=True):
31 """Compare two files.

Callers 1

cmpFunction · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected