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/cod7.py b3(Download)
# Hopefully the team has been set on another event if match.group('ateam'): attacker.team = self.getTeam(match.group('ateam')) if match.group('team'): victim.team = self.getTeam(match.group('team'))
src/b/i/big-brother-bot-HEAD/b3/parsers/cod7.py big-brother-bot(Download)
# Hopefully the team has been set on another event if match.group('ateam'): attacker.team = self.getTeam(match.group('ateam')) if match.group('team'): victim.team = self.getTeam(match.group('team'))