Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp818 bool is_bound_method = false; in GetArgInfo() local
835 is_bound_method = true; in GetArgInfo()
846 is_bound_method = true; in GetArgInfo()
863 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()