coreblocks
coreblocks copied to clipboard
Debug signals in `ModuleConnector`
Actually auto_debug_signals
can not collect signals from ModuleConnector
(probably because of using args
/kwargs
) so it has to be either investigated why auto_debug_signals
can not get needed signals, or a debug_signals
method should be added to ModuleConnector
.