MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / get_master_lists

Method get_master_lists

ehforwarderbot/wizard.py:145–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 self.modules[i.name] = self.modules[i.name].replace(wizard=fn)
144
145 def get_master_lists(self):
146 names = []
147 ids = []
148 for i in self.modules.values():
149 if i.type == "master":
150 names.append(i.name)
151 ids.append(i.id)
152 return names, ids
153
154 def get_slave_lists(self):
155 names = []

Callers 1

choose_master_channelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected