Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
return a dict which keys are cid and values a dict of player properties as returned by admin.listPlayers. Does not return client objects
src/b/3/b3-1.9.2/b3/parsers/bf3.py b3(Download)
def pluginsStarted(self): AbstractParser.pluginsStarted(self) self.info('connecting all players...') plist = self.getPlayerList() for cid, p in plist.iteritems():
src/b/i/big-brother-bot-HEAD/b3/parsers/bf3.py big-brother-bot(Download)
def pluginsStarted(self): AbstractParser.pluginsStarted(self) self.info('connecting all players...') plist = self.getPlayerList() for cid, p in plist.iteritems():