Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/b/3/b3-1.9.2/b3/parsers/moh.py b3(Download)
def startup(self): AbstractParser.startup(self) # create the 'Server' client self.clients.newClient('Server', guid='Server', name='Server', hide=True, pbid='Server', team=b3.TEAM_UNKNOWN)
src/b/i/big-brother-bot-HEAD/b3/parsers/moh.py big-brother-bot(Download)
def startup(self): AbstractParser.startup(self) # create the 'Server' client self.clients.newClient('Server', guid='Server', name='Server', hide=True, pbid='Server', team=b3.TEAM_UNKNOWN)
src/b/3/b3-1.9.2/b3/parsers/bfbc2.py b3(Download)
def startup(self): AbstractParser.startup(self) self.saybigqueuelistener = threading.Thread(target=self.saybigqueuelistener) self.saybigqueuelistener.setDaemon(True)
src/b/i/big-brother-bot-HEAD/b3/parsers/bfbc2.py big-brother-bot(Download)
def startup(self): AbstractParser.startup(self) self.saybigqueuelistener = threading.Thread(target=self.saybigqueuelistener) self.saybigqueuelistener.setDaemon(True)