Searched refs:obj_class (Results 1 – 1 of 1) sorted by relevance
223 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject() local224 if (!obj_class.IsValid()) in CreatePluginObject()226 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()230 obj_class.GetAttributeValue("__name__").AsType<PythonString>(); in CreatePluginObject()233 obj_class.GetAttributeValue("__dict__"); in CreatePluginObject()234 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()