Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(38) | Call(38) | Derive(0) | Import(0)
src/b/3/b3-1.9.2/b3/parsers/cod.py b3(Download)
def sync(self): self.debug('Synchronising Clients.') plist = self.getPlayerList(maxRetries=4) mlist = {}
def connectClient(self, ccid): players = self.getPlayerList() self.verbose('connectClient() = %s' % players) for cid, p in players.iteritems():
def authorizeClients(self): players = self.getPlayerList(maxRetries=4) self.verbose('authorizeClients() = %s' % players) for cid, p in players.iteritems():
src/b/i/big-brother-bot-HEAD/b3/parsers/cod.py big-brother-bot(Download)
def sync(self): self.debug('Synchronising Clients.') plist = self.getPlayerList(maxRetries=4) mlist = {}
def connectClient(self, ccid): players = self.getPlayerList() self.verbose('connectClient() = %s' % players) for cid, p in players.iteritems():
def authorizeClients(self): players = self.getPlayerList(maxRetries=4) self.verbose('authorizeClients() = %s' % players) for cid, p in players.iteritems():
src/b/3/b3-1.9.2/b3/parsers/iourt41.py b3(Download)
def pluginsStarted(self): # initialize connected clients plist = self.getPlayerList() for cid in plist.keys(): userinfostring = self.queryClientUserInfoByCid(cid)
try: self.debug("missing IP, trying to get ip with 'status'") plist = self.getPlayerList() client_data = plist[bclient['cid']] bclient['ip'] = client_data['ip']
def sync(self): self.debug('Synchronizing client info') plist = self.getPlayerList(maxRetries=4) mlist = {}
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt41.py big-brother-bot(Download)
def pluginsStarted(self): # initialize connected clients plist = self.getPlayerList() for cid in plist.keys(): userinfostring = self.queryClientUserInfoByCid(cid)
try: self.debug("missing IP, trying to get ip with 'status'") plist = self.getPlayerList() client_data = plist[bclient['cid']] bclient['ip'] = client_data['ip']
def sync(self): self.debug('Synchronizing client info') plist = self.getPlayerList(maxRetries=4) mlist = {}
src/b/3/b3-1.9.2/b3/parsers/oa081.py b3(Download)
# initialize connected clients self.info('discover connected clients') plist = self.getPlayerList() for cid, c in plist.iteritems(): userinfostring = self.queryClientUserInfoByCid(cid)
def sync(self): plist = self.getPlayerList() mlist = {} for cid, c in plist.iteritems():
def connectClient(self, ccid): players = self.getPlayerList() self.verbose('connectClient() = %s' % players) for cid, p in players.iteritems():
src/b/i/big-brother-bot-HEAD/b3/parsers/oa081.py big-brother-bot(Download)
# initialize connected clients self.info('discover connected clients') plist = self.getPlayerList() for cid, c in plist.iteritems(): userinfostring = self.queryClientUserInfoByCid(cid)
def sync(self): plist = self.getPlayerList() mlist = {} for cid, c in plist.iteritems():
def connectClient(self, ccid): players = self.getPlayerList() self.verbose('connectClient() = %s' % players) for cid, p in players.iteritems():
src/b/3/b3-1.9.2/b3/parsers/sof2.py b3(Download)
# initialize connected clients plist = self.getPlayerList() for cid, c in plist.iteritems(): #self.debug(c)
def joinPlayers(self): plist = self.getPlayerList() for cid, c in plist.iteritems(): client = self.clients.getByCID(cid)
src/b/i/big-brother-bot-HEAD/b3/parsers/sof2.py big-brother-bot(Download)
# initialize connected clients plist = self.getPlayerList() for cid, c in plist.iteritems(): #self.debug(c)
def joinPlayers(self): plist = self.getPlayerList() for cid, c in plist.iteritems(): client = self.clients.getByCID(cid)
src/b/3/b3-1.9.2/b3/parsers/smg11.py b3(Download)
# initialize connected clients self.info('discover connected clients') plist = self.getPlayerList() for cid, c in plist.iteritems(): userinfostring = self.queryClientUserInfoByCid(cid)
def sync(self): plist = self.getPlayerList() mlist = {} for cid, c in plist.iteritems():
else: self.debug('Getting the (status) Playerlist') players = self.getPlayerList() self.verbose('connectClient() = %s' % players)
src/b/i/big-brother-bot-HEAD/b3/parsers/smg11.py big-brother-bot(Download)
# initialize connected clients self.info('discover connected clients') plist = self.getPlayerList() for cid, c in plist.iteritems(): userinfostring = self.queryClientUserInfoByCid(cid)
def sync(self): plist = self.getPlayerList() mlist = {} for cid, c in plist.iteritems():
else: self.debug('Getting the (status) Playerlist') players = self.getPlayerList() self.verbose('connectClient() = %s' % players)
1 | 2 Next