reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 PythonObject GetAttributeValue(llvm::StringRef attribute) const;
172 return GetAttributeValue(name); 876 PythonObject im_self = GetAttributeValue("im_self"); 882 PythonObject __call__ = GetAttributeValue("__call__"); 887 PythonObject im_self = __callable__.GetAttributeValue("im_self"); 1095 PythonString py_mode = obj.GetAttributeValue("mode").AsType<PythonString>();tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
598 py_int.GetAttributeValue("numerator").AsType<PythonInteger>();