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

Class PokemonAbility

pokemon_v2/models.py:1595–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1593
1594
1595class PokemonAbility(HasPokemon, HasAbility):
1596 is_hidden = models.BooleanField(default=False)
1597
1598 slot = models.IntegerField()
1599
1600
1601# model for a Pokemon's abilities that were used until a given generation

Callers 2

csv_record_to_objectsFunction · 0.85

Calls

no outgoing calls

Tested by 1