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

Method evolution_item_for

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

Source from the content-addressed store, hash-verified

495
496 @classmethod
497 def evolution_item_for(cls, pokemon_id):
498 return cls.data_for(pokemon_id).evolution_item
499
500 @classmethod
501 def evolution_items_needed_for(cls, pokemon_id):

Callers 2

get_evolution_planMethod · 0.80
evolve_pokemonMethod · 0.80

Calls 1

data_forMethod · 0.45

Tested by

no test coverage detected