Clear the registry (for debugging or testing).
(cls)
| 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).""" |
no outgoing calls