Searched refs:m_python (Results 1 – 1 of 1) sorted by relevance
932 m_python(python) {} in IOHandlerPythonInterpreter()943 if (m_python) { in Run()957 m_python, ScriptInterpreterPython::Locker::AcquireLock | in Run()978 m_python->GetDictionaryName()); in Run()990 bool Interrupt() override { return m_python->Interrupt(); } in Interrupt()995 ScriptInterpreterPython *m_python; member in IOHandlerPythonInterpreter