MCPcopy Create free account
hub / github.com/apache/qpid-proton / _close

Method _close

python/examples/db_common.py:60–61  ·  view source on GitHub ↗
(self, ignored=None)

Source from the content-addressed store, hash-verified

58 self.position = None
59
60 def _close(self, ignored=None):
61 self.running = False
62
63 def _get_id(self, conn, event):
64 cursor = conn.execute("SELECT * FROM records ORDER BY id DESC")

Callers 1

closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected