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

Method __init__

pokemongo_bot/tree_config_builder.py:12–15  ·  view source on GitHub ↗
(self, bot, tasks_raw)

Source from the content-addressed store, hash-verified

10
11class TreeConfigBuilder(object):
12 def __init__(self, bot, tasks_raw):
13 self.bot = bot
14 self.tasks_raw = tasks_raw
15 self.plugin_loader = PluginLoader()
16
17 def _get_worker_by_name(self, name):
18 try:

Callers

nothing calls this directly

Calls 1

PluginLoaderClass · 0.90

Tested by

no test coverage detected