Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp819 bool is_bound_method = false; in GetArgInfo() local
836 is_bound_method = true; in GetArgInfo()
847 is_bound_method = true; in GetArgInfo()
864 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()