MCPcopy Index your code
hub / github.com/python/cpython / clear_extension_cache

Function clear_extension_cache

Lib/copyreg.py:208–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 del _extension_cache[code]
207
208def clear_extension_cache():
209 _extension_cache.clear()
210
211# Standard extension code assignments
212

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…