Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
clear_cache():
27
""
"Clear the filecmp cache."
""
28
_cache.clear()
29
30
def
cmp(f1, f2, shallow=True):
31
""
"Compare two files.
Callers
1
cmp
Function · 0.70
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected