MCPcopy 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_messageMethod · 0.45
on_acceptedMethod · 0.45
on_acceptedMethod · 0.45
on_messageMethod · 0.45
on_connection_closeMethod · 0.45
on_record_insertedMethod · 0.45
test_db_send_recvMethod · 0.45
on_settledMethod · 0.45
on_messageMethod · 0.45
on_selectable_finalMethod · 0.45
_processMethod · 0.45

Calls 2

_closeMethod · 0.95
putMethod · 0.45

Tested by 1

test_db_send_recvMethod · 0.36