Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ clear_extension_cache
Function
clear_extension_cache
tools/python-3.11.9-amd64/Lib/copyreg.py:209–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
del _extension_cache[code]
208
209
def
clear_extension_cache():
210
_extension_cache.clear()
211
212
# Standard extension code assignments
213
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected