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

Method on_start

python/examples/db_send.py:46–49  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

44 return self.target == 0 or self.sent < self.target
45
46 def on_start(self, event):
47 self.container = event.container
48 self.container.selectable(self.db.injector)
49 self.sender = self.container.create_sender(self.url)
50
51 def on_records_loaded(self, event):
52 if self.records.empty():

Callers

nothing calls this directly

Calls 2

selectableMethod · 0.80
create_senderMethod · 0.45

Tested by

no test coverage detected