sipBadSetType

Name

sipBadSetType -- Report a Python class variable with an unexpected type

Synopsis

voidsipBadSetType(char * classname, char * var);

Description

Report a Python type error with this mesage: Invalid type for variable classname.var

classname

Classname used in error message.

var

Variable name used in error message.