Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyload/pyload
/ remove
Method
remove
module/lib/beaker/util.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
return
getattr(self._tlocal,
'value'
, default)
76
77
def
remove(self):
78
del self._tlocal.value
79
80
class
SyncDict(object):
81
""
"
Callers
7
do_acquire_read_lock
Method · 0.45
do_acquire_write_lock
Method · 0.45
_release_all_locks
Method · 0.45
clear
Method · 0.45
collect_children
Method · 0.45
allexcept
Function · 0.45
shrink
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected