MCPcopy 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
21def clearcache():
22 """Clear the cache entirely."""
23 cache.clear()
24
25
26def getline(filename, lineno, module_globals=None):

Callers 1

getlinesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected