Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PokeAPI/pokeapi
/ setup_move_effect_data
Method
setup_move_effect_data
pokemon_v2/tests.py:801–805 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
799
800
@classmethod
801
def
setup_move_effect_data(cls):
802
move_effect = MoveEffect.objects.create()
803
move_effect.save()
804
805
return
move_effect
806
807
@classmethod
808
def
setup_move_effect_effect_text_data(
Callers
1
test_move_api
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected