MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / shiny_captured

Method shiny_captured

pokemongo_bot/inventory.py:177–178  ·  view source on GitHub ↗
(self, pokemon_id)

Source from the content-addressed store, hash-verified

175 return self._data.get(pokemon_id, {}).get('encountered_shiny', False)
176
177 def shiny_captured(self, pokemon_id):
178 return self._data.get(pokemon_id, {}).get('captured_shiny', False)
179
180
181class Item(object):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected