sipBadVirtualResultType

Name

sipBadVirtualResultType -- Report a Python member function with an unexpected return type

Synopsis

void sipBadVirtualResultType(char * classname, char * method);

Description

Report a Python type error with this mesage: Invalid result type from classname.method();

classname

Classname used in error message.

method

Method name used in error message.