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

Method start

python/proton/_reactor.py:211–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 pass
210
211 def start(self) -> None:
212 self.push_event(self, Event.REACTOR_INIT)
213 self._selectable = TimerSelectable(self)
214 self._selectable.deadline = self.timer_deadline
215 # TODO set up fd to read for wakeups - but problematic on windows
216 # self._selectable.fileno(self._wakeup[0])
217 # self._selectable.reading = True
218 self.update(self._selectable)
219
220 @property
221 def quiesced(self) -> bool:

Callers 7

runMethod · 0.95
__init__Method · 0.45
client_http.pyFile · 0.45
initialiseMethod · 0.45
runMethod · 0.45
__init__Method · 0.45

Calls 3

push_eventMethod · 0.95
updateMethod · 0.95
TimerSelectableClass · 0.85

Tested by

no test coverage detected