MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / get_pokemon_name

Function get_pokemon_name

pogom/utils.py:333–334  ·  view source on GitHub ↗
(pokemon_id)

Source from the content-addressed store, hash-verified

331
332
333def get_pokemon_name(pokemon_id):
334 return i8ln(get_pokemon_data(pokemon_id)['name'])
335
336
337def get_pokemon_rarity(pokemon_id):

Callers 5

get_activeMethod · 0.85
get_active_by_idMethod · 0.85
get_seenMethod · 0.85
get_gymsMethod · 0.85
printPokemonFunction · 0.85

Calls 2

get_pokemon_dataFunction · 0.85
i8lnFunction · 0.70

Tested by

no test coverage detected