Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ prev_evolution_id_for
Method
prev_evolution_id_for
pokemongo_bot/inventory.py:477–478 ·
view source on GitHub ↗
(cls, pokemon_id)
Source
from the content-addressed store, hash-verified
475
476
@classmethod
477
def
prev_evolution_id_for(cls, pokemon_id):
478
return
cls.data_for(pokemon_id).prev_evolution_id
479
480
@classmethod
481
def
next_evolution_ids_for(cls, pokemon_id):
Callers
1
test_pokemons
Method · 0.80
Calls
1
data_for
Method · 0.45
Tested by
1
test_pokemons
Method · 0.64