Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h179 PythonDictionary object_class_dict = in CreatePluginObject() local
181 if (!object_class_dict.IsAllocated()) in CreatePluginObject()
185 auto checker_or_err = CheckAbstractMethodImplementation(object_class_dict); in CreatePluginObject()