Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tox-dev/filelock
/ Probe
Class
Probe
tasks/capabilities.py:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
finalized: list[bool] = []
72
73
class
Probe:
74
def
__del__(self) -> None:
75
finalized.append(True)
76
77
Probe()
78
return
bool(finalized)
Callers
2
_finalizes_on_last_reference
Function · 0.85
_finalizes_on_collection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected