Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_for
Method · 0.45
candyid_for
Method · 0.45
first_evolution_id_for
Method · 0.45
prev_evolution_id_for
Method · 0.45
next_evolution_ids_for
Method · 0.45
last_evolution_ids_for
Method · 0.45
has_next_evolution
Method · 0.45
evolution_cost_for
Method · 0.45
evolution_item_for
Method · 0.45
evolution_items_needed_for
Method · 0.45
__init__
Method · 0.45
_compute_cp_perfection
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_pokemons
Method · 0.36
_test_attacks
Method · 0.36