---------------------------------------------------------------------------
| 190 | |
| 191 | //--------------------------------------------------------------------------- |
| 192 | bool ctkPythonConsoleCompleterPrivate::isInUserDefinedClass(const QString &pythonFunctionPath) |
| 193 | { |
| 194 | return this->PythonManager.pythonAttributes(pythonFunctionPath).contains("__func__"); |
| 195 | } |
| 196 | |
| 197 | //--------------------------------------------------------------------------- |
| 198 | bool ctkPythonConsoleCompleterPrivate::isUserDefinedFunction(const QString &pythonFunctionName) |
no test coverage detected