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

Method has_next_evolution

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

Source from the content-addressed store, hash-verified

487
488 @classmethod
489 def has_next_evolution(cls, pokemon_id):
490 return cls.data_for(pokemon_id).has_next_evolution
491
492 @classmethod
493 def evolution_cost_for(cls, pokemon_id):

Callers

nothing calls this directly

Calls 1

data_forMethod · 0.45

Tested by

no test coverage detected