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

Method name_for

pokemongo_bot/inventory.py:457–458  ·  view source on GitHub ↗
(cls, pokemon_id)

Source from the content-addressed store, hash-verified

455
456 @classmethod
457 def name_for(cls, pokemon_id):
458 return cls.data_for(pokemon_id).name
459 @classmethod
460 def candyid_for(cls, pokemon_id):
461 return cls.data_for(pokemon_id).candyid

Callers

nothing calls this directly

Calls 1

data_forMethod · 0.45

Tested by

no test coverage detected