Searched refs:obj_class (Results 1 – 1 of 1) sorted by relevance
157 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject() local158 if (!obj_class.IsValid()) in CreatePluginObject()160 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()164 obj_class.GetAttributeValue("__name__").AsType<PythonString>(); in CreatePluginObject()167 obj_class.GetAttributeValue("__dict__"); in CreatePluginObject()168 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()