if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
// get the windows list from the Python module by calling windows() method
if( !res1 ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
else {
myWindowsMap.clear();
if( !res2 ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
else {
// parse the return value
if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
} //__CALL_OLD_METHODS__
if( !res1 ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
}
if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
}
if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
}
if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
else {
// parse return value
if( !res1 ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
if ( IsCallOldMethods ) { //__CALL_OLD_METHODS__
if( !res2 ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
+ PyErr_Clear();
}
} //__CALL_OLD_METHODS__
}
if( !res ) {
// VSR: this method may not be implemented in Python module
// PyErr_Print();
- return;
+ PyErr_Clear();
}
} //__CALL_OLD_METHODS__
}