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

Method refresh

pokemongo_bot/inventory.py:122–123  ·  view source on GitHub ↗
(self,inventory)

Source from the content-addressed store, hash-verified

120 self._exp = value
121
122 def refresh(self,inventory):
123 self.player_stats = self.retrieve_data(inventory)
124
125 def parse(self, item):
126 if not item:

Callers 2

refreshMethod · 0.45
refresh_inventoryFunction · 0.45

Calls 1

retrieve_dataMethod · 0.95

Tested by

no test coverage detected