MCPcopy Index your code
hub / github.com/python/cpython / _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
146def update_abstractmethods(cls):

Callers 3

clear_cachesFunction · 0.45
dash_R_cleanupFunction · 0.45

Calls

no outgoing calls

Tested by 1