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

Class PokemonFormTypeSerializer

pokemon_v2/serializers.py:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391
392class PokemonFormTypeSerializer(serializers.ModelSerializer):
393 pokemon_form = PokemonFormSummarySerializer()
394 type = TypeSummarySerializer()
395
396 class Meta:
397 model = PokemonFormType
398 fields = ("slot", "pokemon_form", "type")
399
400
401class PokemonTypePastSerializer(serializers.ModelSerializer):

Callers 1

Calls 2

Tested by

no test coverage detected