def callback(${formatter.to_underscores(node.parent.name).lower()}, \
% for arg, ix in zip(node.parameters, range(len(node.parameters))):
${arg.argname}, \
% endfor
user_param1, ...)
${formatter.to_underscores(node.parent.name).lower()} : |
instance of ${namespace.name}.${node.parent.name} that is emitting the signal |
${arg.argname} : |
${formatter.format(arg.doc)} |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |
Returns : |
${node.retval.type.ctype} ${formatter.format(node.retval.doc)} |
Since ${node.version}
% endif