Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PokeAPI/pokeapi
/ PokemonStat
Class
PokemonStat
pokemon_v2/models.py:1783–1786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1781
1782
1783
class
PokemonStat(HasPokemon, HasStat):
1784
base_stat = models.IntegerField()
1785
1786
effort = models.IntegerField()
1787
1788
1789
class
PokemonType(HasPokemon, HasType):
Callers
2
setup_pokemon_stat_data
Method · 0.85
csv_record_to_objects
Function · 0.85
Calls
no outgoing calls
Tested by
1
setup_pokemon_stat_data
Method · 0.68