| 890 | pass |
| 891 | |
| 892 | class Lock2(lock_type): # ty: ignore[unsupported-base] |
| 893 | pass |
| 894 | |
| 895 | assert isinstance(Lock1._instances, WeakValueDictionary) |
| 896 | assert isinstance(Lock2._instances, WeakValueDictionary) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…