Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp921 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo() local
922 if (__callable__.IsValid()) { in GetArgInfo()
923 py_func_obj = PyMethod_GET_FUNCTION(__callable__.get()); in GetArgInfo()
924 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo()