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