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

Class Lock1

tests/test_filelock.py:920–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918@pytest.mark.parametrize("lock_type", [FileLock, SoftFileLock])
919def test_singleton_instance_tracking_is_unique_per_subclass(lock_type: type[BaseFileLock]) -> None:
920 class Lock1(lock_type): # ty: ignore[unsupported-base]
921 pass
922
923 class Lock2(lock_type): # ty: ignore[unsupported-base]
924 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected