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

Method get_plugin_folder

pokemongo_bot/plugin_loader.py:107–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 return True
106
107 def get_plugin_folder(self):
108 folder_name = '{}_{}'.format(self.plugin_parts['user'], self.plugin_parts['repo'])
109 return os.path.join(self.PLUGINS_FOLDER, folder_name)
110
111 def get_github_download_url(self):
112 parts = self.plugin_parts

Callers 9

load_pluginMethod · 0.95
get_installed_versionMethod · 0.95
is_already_installedMethod · 0.95
extractMethod · 0.95
test_extractMethod · 0.95

Calls

no outgoing calls