Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp872 PythonObject im_self = GetAttributeValue("im_self"); in GetArgInfo() local
873 if (im_self.IsValid() && !im_self.IsNone()) in GetArgInfo()
883 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo() local
884 if (im_self.IsValid() && !im_self.IsNone()) in GetArgInfo()