Home
last modified time | relevance | path

Searched refs:_on_next (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-rx1/Rx-1.6.1/rx/core/
H A Dnotification.py137 def _on_next(value): function
146 return AnonymousObserver(_on_next, _on_error, _on_completed)
161 def _on_next(value): function
170 return AnonymousObserver(_on_next, _on_error, _on_completed)
/dports/devel/py-rx/Rx-3.2.0/rx/core/observer/
H A Dautodetachobserver.py16 self._on_next = on_next or noop
26 self._on_next(value)
/dports/devel/py-rx/Rx-3.2.0/rx/core/
H A Dnotification.py158 def _on_next(value): function
167 return Observer(_on_next, _on_error, _on_completed)
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/wizard/
H A Dwizard.py69 parent.Bind(wx.EVT_BUTTON, self._on_next, next)
171 def _on_next(self, event): member in Wizard
/dports/devel/py-rx/Rx-3.2.0/rx/core/operators/
H A Ddo.py39 def _on_next(x): function
72 return source.subscribe_(_on_next, _on_error, _on_completed, scheduler)
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Ddoaction.py43 def _on_next(x): function
76 return source.subscribe(_on_next, _on_error, _on_completed)