Searched refs:m_python_code (Results 1 – 1 of 1) sorted by relevance
389 std::string m_python_code; variable394 : SyntheticChildren(flags), m_python_class(), m_python_code() { in SyntheticChildren()398 m_python_code = pcode; in SyntheticChildren()403 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode()407 m_python_code.clear(); in SetPythonClassName()410 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()