MCPcopy
hub / github.com/PokeAPI/pokeapi / Generation

Class Generation

pokemon_v2/models.py:688–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686
687
688class Generation(HasName):
689 region = models.OneToOneField(
690 "Region",
691 blank=True,
692 null=True,
693 related_name="%(class)s",
694 on_delete=models.CASCADE,
695 )
696
697
698class GenerationName(IsName, HasGeneration):

Callers 1

csv_record_to_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected