Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h44 const python::PythonDictionary &class_dict) const { in CheckAbstractMethodImplementation() argument
56 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
59 auto callable_or_err = class_dict.GetItem(method_name); in CheckAbstractMethodImplementation()