MCPcopy Index your code
hub / github.com/PokeAPI/pokeapi / PokemonAbilityPast

Class PokemonAbilityPast

pokemon_v2/models.py:1602–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600
1601# model for a Pokemon's abilities that were used until a given generation
1602class PokemonAbilityPast(HasPokemon, HasAbility, HasGeneration):
1603 is_hidden = models.BooleanField(default=False)
1604
1605 slot = models.IntegerField()
1606
1607
1608class PokemonColor(HasName):

Callers 2

csv_record_to_objectsFunction · 0.85

Calls

no outgoing calls

Tested by 1