Skip to content
Sankarsan Kampa edited this page Dec 16, 2017 · 1 revision

Available Methods

Methods

.get_types()

Returns a dictionary of Pokémon Types discovered in the Pokémon World.

Returns: Dictionary

Example:

types = pokedex.get_types()
print(types)
Clone this wiki locally