MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / data_for

Method data_for

pokemongo_bot/inventory.py:452–454  ·  view source on GitHub ↗
(cls, pokemon_id)

Source from the content-addressed store, hash-verified

450
451 @classmethod
452 def data_for(cls, pokemon_id):
453 # type: (int) -> PokemonInfo
454 return cls.STATIC_DATA[pokemon_id - 1]
455
456 @classmethod
457 def name_for(cls, pokemon_id):

Callers 15

name_forMethod · 0.45
candyid_forMethod · 0.45
prev_evolution_id_forMethod · 0.45
has_next_evolutionMethod · 0.45
evolution_cost_forMethod · 0.45
evolution_item_forMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 2

test_pokemonsMethod · 0.36
_test_attacksMethod · 0.36