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

Class Lock2

tests/test_filelock.py:923–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected