Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(18) | Call(18) | Derive(0) | Import(0)
src/b/3/b3-1.9.2/b3/parsers/iourt41.py b3(Download)
if not silent and fullreason != '': self.say(fullreason) if admin:
def rotateMap(self): self.say('^7Changing to next map') time.sleep(1) self.write('cyclemap')
rv = self.getMapsSoundingLike(map_name) if isinstance(rv, basestring): self.say('^7Changing map to %s' % rv) time.sleep(1) self.write('map %s' % rv)
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt41.py big-brother-bot(Download)
if not silent and fullreason != '': self.say(fullreason) if admin:
def rotateMap(self): self.say('^7Changing to next map') time.sleep(1) self.write('cyclemap')
rv = self.getMapsSoundingLike(map_name) if isinstance(rv, basestring): self.say('^7Changing map to %s' % rv) time.sleep(1) self.write('map %s' % rv)
src/b/3/b3-1.9.2/b3/parsers/oa081.py b3(Download)
if not silent and fullreason != '': self.say(fullreason) self.queueEvent(b3.events.Event(b3.events.EVT_CLIENT_BAN, {'reason': reason, 'admin': admin}, client))
if not silent and fullreason != '': self.say(fullreason) def getPlayerPings(self):
src/b/i/big-brother-bot-HEAD/b3/parsers/oa081.py big-brother-bot(Download)
if not silent and fullreason != '': self.say(fullreason) self.queueEvent(b3.events.Event(b3.events.EVT_CLIENT_BAN, {'reason': reason, 'admin': admin}, client))
if not silent and fullreason != '': self.say(fullreason) def getPlayerPings(self):
src/b/3/b3-1.9.2/b3/parsers/sof2.py b3(Download)
def message(self, client, text): try: if client == None: self.say(text) elif client.cid == None:
src/b/i/big-brother-bot-HEAD/b3/parsers/sof2.py big-brother-bot(Download)
def message(self, client, text): try: if client == None: self.say(text) elif client.cid == None:
src/b/3/b3-1.9.2/b3/parsers/cod.py b3(Download)
if not silent and fullreason != '': self.say(fullreason) elif admin: admin.message('%s^7 unbanned but has no punkbuster id' % client.exactName)
src/b/i/big-brother-bot-HEAD/b3/parsers/cod.py big-brother-bot(Download)
if not silent and fullreason != '': self.say(fullreason) elif admin: admin.message('%s^7 unbanned but has no punkbuster id' % client.exactName)
src/b/3/b3-1.9.2/b3/parsers/etpro.py b3(Download)
def message(self, client, text): try: if client == None: self.say(text) elif client.cid == None:
src/b/i/big-brother-bot-HEAD/b3/parsers/etpro.py big-brother-bot(Download)
def message(self, client, text): try: if client == None: self.say(text) elif client.cid == None:
1 | 2 Next