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

Method setup_move_category_data

pokemon_v2/tests.py:781–785  ·  view source on GitHub ↗
(cls, name="mv ctgry")

Source from the content-addressed store, hash-verified

779
780 @classmethod
781 def setup_move_category_data(cls, name="mv ctgry"):
782 move_category = MoveMetaCategory.objects.create(name=name)
783 move_category.save()
784
785 return move_category
786
787 @classmethod
788 def setup_move_category_description_data(

Callers 2

setup_move_meta_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected