Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_plan
Method · 0.80
evolve_pokemon
Method · 0.80
Calls
1
data_for
Method · 0.45
Tested by
no test coverage detected