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

Function initialize_task

pokecli.py:99–101  ·  view source on GitHub ↗
(bot, config)

Source from the content-addressed store, hash-verified

97 signal.signal(signal.SIGINT, handle_sigint)
98
99 def initialize_task(bot, config):
100 tree = TreeConfigBuilder(bot, config.raw_tasks).build()
101 bot.workers = tree
102
103 def initialize(config):
104 from pokemongo_bot.datastore import Datastore

Callers 2

start_botFunction · 0.85
mainFunction · 0.85

Calls 2

TreeConfigBuilderClass · 0.90
buildMethod · 0.80

Tested by

no test coverage detected