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

Class _Sub

tests/test_read_write_unit.py:586–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585def test_meta_resets_class_state_after_pid_change(lock_file: str) -> None:
586 class _Sub(ReadWriteLock):
587 pass
588
589 _Sub._instances_pid = -1
590 lock = _Sub(lock_file)

Calls

no outgoing calls