MCPcopy 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
80class SyncDict(object):
81 """

Callers 7

do_acquire_read_lockMethod · 0.45
do_acquire_write_lockMethod · 0.45
_release_all_locksMethod · 0.45
clearMethod · 0.45
collect_childrenMethod · 0.45
allexceptFunction · 0.45
shrinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected