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

Method has_wizard

ehforwarderbot/wizard.py:193–197  ·  view source on GitHub ↗
(self, cid)

Source from the content-addressed store, hash-verified

191 return name
192
193 def has_wizard(self, cid):
194 mid, _ = self.split_cid(cid)
195 if mid not in self.modules:
196 return False
197 return callable(self.modules[mid].wizard)
198
199 def get_selected_slave_lists(self):
200 if 'slave_channels' not in self.config:

Callers 1

mainFunction · 0.95

Calls 1

split_cidMethod · 0.95

Tested by

no test coverage detected