MCPcopy
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_pluginMethod · 0.95

Calls 2

downloadMethod · 0.95
extractMethod · 0.95

Tested by

no test coverage detected