Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ install
Method
install
pokemongo_bot/plugin_loader.py:119–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
return
github_url
118
119
def
install(self):
120
self.download()
121
self.extract()
122
123
def
extract(self):
124
dest = self.get_plugin_folder()
Callers
1
load_plugin
Method · 0.95
Calls
2
download
Method · 0.95
extract
Method · 0.95
Tested by
no test coverage detected