Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/r/e/rel-0.3.1/rel/registrar.py rel(Download)
from listener import Event, SocketIO, Timer, Signal, contains import select, signal, time try: import epoll except ImportError:
def timeout(self,delay,cb,*args): return Timer(self,delay,cb,*args) def add_timer(self, timer): self.addlist.append(timer)