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

Method get_slave_lists

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

Source from the content-addressed store, hash-verified

152 return names, ids
153
154 def get_slave_lists(self):
155 names = []
156 ids = []
157 for i in self.modules.values():
158 if i.type == "slave":
159 names.append(i.name)
160 ids.append(i.id)
161 return names, ids
162
163 @staticmethod
164 def split_cid(cid):

Callers 1

choose_slave_channelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected