Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ close
Method
close
python/examples/db_common.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
self.thread.start()
38
39
def
close(self):
40
self.tasks.put(
lambda
conn: self._close())
41
42
def
reset(self):
43
self.tasks.put(
lambda
conn: self._reset())
Callers
15
on_message
Method · 0.45
on_accepted
Method · 0.45
on_accepted
Method · 0.45
on_message
Method · 0.45
on_transaction_committed
Method · 0.45
on_connection_close
Method · 0.45
on_record_inserted
Method · 0.45
test_db_send_recv
Method · 0.45
on_settled
Method · 0.45
on_message
Method · 0.45
on_selectable_final
Method · 0.45
_process
Method · 0.45
Calls
2
_close
Method · 0.95
put
Method · 0.45
Tested by
1
test_db_send_recv
Method · 0.36