Searched refs:m_python_code (Results 1 – 1 of 1) sorted by relevance
383 std::string m_python_code; variable388 : SyntheticChildren(flags), m_python_class(), m_python_code() { in SyntheticChildren()392 m_python_code = pcode; in SyntheticChildren()397 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode()401 m_python_code.clear(); in SetPythonClassName()404 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()