---------------------------------------------------------------------------
| 196 | |
| 197 | //--------------------------------------------------------------------------- |
| 198 | bool ctkPythonConsoleCompleterPrivate::isUserDefinedFunction(const QString &pythonFunctionName) |
| 199 | { |
| 200 | return this->PythonManager.pythonAttributes(pythonFunctionName).contains("__call__"); |
| 201 | } |
| 202 | |
| 203 | //--------------------------------------------------------------------------- |
| 204 | bool ctkPythonConsoleCompleterPrivate::isBuiltInFunction(const QString &pythonFunctionName) |
no test coverage detected