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

Method _abc_registry_clear

Lib/abc.py:137–139  ·  view source on GitHub ↗

Clear the registry (for debugging or testing).

(cls)

Source from the content-addressed store, hash-verified

135 file=file)
136
137 def _abc_registry_clear(cls):
138 """Clear the registry (for debugging or testing)."""
139 _reset_registry(cls)
140
141 def _abc_caches_clear(cls):
142 """Clear the caches (for debugging or testing)."""

Calls

no outgoing calls