Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp857 bool is_bound_method = false; in GetArgInfo() local
874 is_bound_method = true; in GetArgInfo()
885 is_bound_method = true; in GetArgInfo()
902 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()