Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ get
Method
get
pokemongo_bot/inventory.py:77–78 ·
view source on GitHub ↗
(self, object_id)
Source
from the content-addressed store, hash-verified
75
self._data = self.retrieve_data(inventory)
76
77
def
get(self, object_id):
78
return
self._data.get(object_id)
79
80
def
all(self):
81
return
list(self._data.values())
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected