Home
last modified time | relevance | path

Searched refs:obj_class (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h157 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject() local
158 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()