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

Method get_item_sprites

pokemon_v2/serializers.py:1852–1854  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

1850 }
1851 )
1852 def get_item_sprites(self, obj):
1853 sprites_object = ItemSprites.objects.get(item_id=obj)
1854 return sprites_object.sprites
1855
1856 @extend_schema_field(
1857 field={

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected