Searched refs:m_python_class (Results 1 – 4 of 4) sorted by relevance
388 std::string m_python_class; variable396 m_python_class = pclass; in SyntheticChildren()401 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()406 m_python_class.assign(fname); in SetPythonClassName()443 std::string m_python_class;454 new FrontEnd(m_python_class, backend)); in GetFrontEnd()
129 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()143 m_python_class.c_str(), backend.GetSP()); in FrontEnd()213 m_python_class.c_str()); in GetDescription()
79 std::string m_python_class; variable90 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
28 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()30 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()