Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ clearcache
Function
clearcache
tools/python-3.11.9-amd64/Lib/linecache.py:21–23 ·
view source on GitHub ↗
Clear the cache entirely.
()
Source
from the content-addressed store, hash-verified
19
20
21
def
clearcache():
22
""
"Clear the cache entirely."
""
23
cache.clear()
24
25
26
def
getline(filename, lineno, module_globals=None):
Callers
1
getlines
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected