Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ handle_event
Method
handle_event
pokemongo_bot/event_manager.py:20–21 ·
view source on GitHub ↗
(self, event, kwargs)
Source
from the content-addressed store, hash-verified
18
pass
19
20
def
handle_event(self, event, kwargs):
21
raise
NotImplementedError(
"Please implement"
)
22
23
24
class
EventManager(object):
Callers
1
emit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected