Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp898 bool is_bound_method = false; in GetArgInfo() local
915 is_bound_method = true; in GetArgInfo()
926 is_bound_method = true; in GetArgInfo()
943 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()