Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OfflineIMAP/offlineimap
/ release
Method
release
offlineimap/ui/debuglock.py:34–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
(self.name, currentThread().getName()))
33
34
def
release(self):
35
self.print_tb(
"Release lock"
)
36
self.lock.release()
37
38
def
logmsg(self, msg):
39
loglock.acquire()
Callers
15
__authn_gssapi
Method · 0.80
acquireconnection
Method · 0.80
connectionwait
Method · 0.80
keepalive
Method · 0.80
releaseconnection
Method · 0.80
pop_untagged_responses
Method · 0.80
_append_untagged
Method · 0.80
_command
Method · 0.80
_end_idle
Method · 0.80
_get_untagged_response
Method · 0.80
_release_state_change
Method · 0.80
_request_pop
Method · 0.80
Calls
1
print_tb
Method · 0.95
Tested by
no test coverage detected