Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _abc_caches_clear
Method
_abc_caches_clear
Lib/abc.py:141–143 ·
view source on GitHub ↗
Clear the caches (for debugging or testing).
(cls)
Source
from the content-addressed store, hash-verified
139
_reset_registry(cls)
140
141
def
_abc_caches_clear(cls):
142
""
"Clear the caches (for debugging or testing)."
""
143
_reset_caches(cls)
144
145
146
def
update_abstractmethods(cls):
Callers
3
test_abc_registry_kept
Method · 0.45
clear_caches
Function · 0.45
dash_R_cleanup
Function · 0.45
Calls
1
_reset_caches
Function · 0.90
Tested by
1
test_abc_registry_kept
Method · 0.36