MCPcopy Index your code
hub / github.com/pyload/pyload / remove

Method remove

module/lib/beaker/container.py:186–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self.mutex.release()
185
186 def remove(self):
187 self.access_lock.acquire_write_lock()
188 try:
189 self.close(checkcount=False)
190 self.do_remove()
191 finally:
192 self.access_lock.release_write_lock()
193
194class Value(object):
195 __slots__ = 'key', 'createfunc', 'expiretime', 'expire_argument', 'starttime', 'storedtime',\

Callers

nothing calls this directly

Calls 4

closeMethod · 0.95
acquire_write_lockMethod · 0.45
do_removeMethod · 0.45
release_write_lockMethod · 0.45

Tested by

no test coverage detected