Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
return a list of supported levels for the current game mod
src/b/3/b3-1.9.2/b3/parsers/moh.py b3(Download)
""" supportedMaps = self.getSupportedMaps() if 'levels/%s'%map in supportedMaps: map = 'levels/%s'%map
src/b/i/big-brother-bot-HEAD/b3/parsers/moh.py big-brother-bot(Download)
""" supportedMaps = self.getSupportedMaps() if 'levels/%s'%map in supportedMaps: map = 'levels/%s'%map
src/b/3/b3-1.9.2/b3/parsers/bfbc2.py b3(Download)
the map list and load it """ supportedMaps = self.getSupportedMaps() if map not in supportedMaps: match = self.getMapsSoundingLike(map)
src/b/i/big-brother-bot-HEAD/b3/parsers/bfbc2.py big-brother-bot(Download)
the map list and load it """ supportedMaps = self.getSupportedMaps() if map not in supportedMaps: match = self.getMapsSoundingLike(map)