MCPcopy Create free account
hub / github.com/tox-dev/filelock / Lock2

Class Lock2

tests/test_filelock.py:892–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…