Ejemplo n.º 1
0
 def __init__(self, monitor):
     EvtHandler.__init__(self)
     self.monitor = monitor
     self._observer_thread = None
     self.start()
Ejemplo n.º 2
0
 def __init__(self, monitor):
     EvtHandler.__init__(self)
     self.monitor = monitor
     self._observer_thread = None
     self.start()
Ejemplo n.º 3
0
 def __init__(self, axes, *args, **kwargs):
     EvtHandler.__init__(self, *args, **kwargs)
     self._axes = axes