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

Method all

pokemongo_bot/inventory.py:264–270  ·  view source on GitHub ↗

Get EVERY Item from the cached inventory. :return: List of evey item in the cached inventory :rtype: list of Item

(self)

Source from the content-addressed store, hash-verified

262 return Item(item_id, item_count)
263
264 def all(self):
265 """
266 Get EVERY Item from the cached inventory.
267 :return: List of evey item in the cached inventory
268 :rtype: list of Item
269 """
270 return list(self._data.values())
271
272 def get(self, item_id):
273 """

Callers 15

get_space_usedMethod · 0.45
allMethod · 0.45
all_with_eggsMethod · 0.45
ratingMethod · 0.45
jsonify_inventoryMethod · 0.45
_print_list_pokemonMethod · 0.45
get_topMethod · 0.45
workMethod · 0.45
_sort_and_filterMethod · 0.45
workMethod · 0.45
workMethod · 0.45
check_buddyMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_typesMethod · 0.36
test_pokemonsMethod · 0.36
_test_attacksMethod · 0.36