Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp918 PythonTuple arg_tuple(args); in operator ()() local
920 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()
925 PythonTuple arg_tuple(args); in operator ()() local
927 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()