Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
if self.type == b3.COMMAND: # we really need the second line text = self.read() if text: msg = string.split(text[:-1], '^7: ', 1) if not len(msg) == 2: return None else:
src/b/3/b3-1.9.2/b3/parsers/smg11.py b3(Download)
def OnSayteam(self, action, data, match=None): # Teaminfo does not exist in the sayteam logline. Parse it as a normal say line return self.OnSay(action, data, match)
src/b/i/big-brother-bot-HEAD/b3/parsers/smg11.py big-brother-bot(Download)
def OnSayteam(self, action, data, match=None): # Teaminfo does not exist in the sayteam logline. Parse it as a normal say line return self.OnSay(action, data, match)
src/b/3/b3-1.9.2/b3/parsers/smg.py b3(Download)
def OnSayteam(self, action, data, match=None): # Teaminfo does not exist in the sayteam logline. Parse it as a normal say line return self.OnSay(action, data, match) #---------------------------------------------------------------------------------------------------
src/b/i/big-brother-bot-HEAD/b3/parsers/smg.py big-brother-bot(Download)
def OnSayteam(self, action, data, match=None): # Teaminfo does not exist in the sayteam logline. Parse it as a normal say line return self.OnSay(action, data, match) #---------------------------------------------------------------------------------------------------