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

Method _pop_request_callers

pokemongo_bot/api_wrapper.py:178–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 break
177
178 def _pop_request_callers(self):
179 r = self.request_callers
180 self.request_callers = []
181 return [i.upper() for i in r]
182
183 def is_response_valid(self, result, request_callers):
184 if not result or result is None or not isinstance(result, dict):

Callers 2

callMethod · 0.95

Calls

no outgoing calls

Tested by 1