Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
def
get_pokemon_name(pokemon_id):
334
return
i8ln(get_pokemon_data(pokemon_id)[
'name'
])
335
336
337
def
get_pokemon_rarity(pokemon_id):
Callers
5
get_active
Method · 0.85
get_active_by_id
Method · 0.85
get_seen
Method · 0.85
get_gyms
Method · 0.85
printPokemon
Function · 0.85
Calls
2
get_pokemon_data
Function · 0.85
i8ln
Function · 0.70
Tested by
no test coverage detected