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

Class Language

pokemon_v2/models.py:665–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663
664
665class Language(HasName, HasOrder):
666 iso639 = models.CharField(max_length=10)
667
668 iso3166 = models.CharField(max_length=2)
669
670 official = models.BooleanField(default=False)
671
672
673class LanguageName(IsName):

Callers 1

csv_record_to_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected