Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
585
def
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)
Callers
2
test_meta_resets_class_state_after_pid_change
Function · 0.85
test_meta_raises_when_pid_changes_during_singleton_construction
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_meta_resets_class_state_after_pid_change
Function · 0.68
test_meta_raises_when_pid_changes_during_singleton_construction
Function · 0.68