MCPcopy
hub / github.com/pyload/pyload / release

Method release

module/lib/beaker/synchronization.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 return self._lock().acquire(wait)
64
65 def release(self):
66 self._lock().release()
67
68
69_synchronizers = util.WeakValuedRegistry()

Callers 15

deletePackageMethod · 0.45
getRequestMethod · 0.45
setRateMethod · 0.45
consumedMethod · 0.45
do_acquire_read_lockMethod · 0.45
do_release_read_lockMethod · 0.45
do_acquire_write_lockMethod · 0.45
do_release_write_lockMethod · 0.45
sync_getMethod · 0.45
openMethod · 0.45
closeMethod · 0.45
get_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected