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

Method is_valid_plugin

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

Source from the content-addressed store, hash-verified

53 self.plugin_parts = self.get_github_parts()
54
55 def is_valid_plugin(self):
56 return self.plugin_parts is not None
57
58 def get_github_parts(self):
59 groups = re.match('(.*)\/(.*)#(.*)', self.plugin_name)

Calls

no outgoing calls