| 921 | pass |
| 922 | |
| 923 | class Lock2(lock_type): # ty: ignore[unsupported-base] |
| 924 | pass |
| 925 | |
| 926 | assert isinstance(Lock1._instances, WeakValueDictionary) |
| 927 | assert isinstance(Lock2._instances, WeakValueDictionary) |
nothing calls this directly
no outgoing calls
no test coverage detected