Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PokeAPI/pokeapi
/ PokemonDexNumber
Class
PokemonDexNumber
pokemon_v2/models.py:1616–1617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1614
1615
1616
class
PokemonDexNumber(HasPokemonSpecies, HasPokedex):
1617
pokedex_number = models.IntegerField()
1618
1619
1620
class
PokemonEggGroup(HasPokemonSpecies, HasEggGroup):
Callers
2
setup_pokemon_dex_entry_data
Method · 0.85
csv_record_to_objects
Function · 0.85
Calls
no outgoing calls
Tested by
1
setup_pokemon_dex_entry_data
Method · 0.68