Searched refs:GetPythonCode (Results 1 – 2 of 2) sorted by relevance
70 const char *code = m_opaque_sp->GetPythonCode(); in IsClassCode()88 return m_opaque_sp->GetPythonCode(); in GetData()206 m_opaque_sp->GetPythonCode())); in CopyOnWrite_Impl()
403 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode() function