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.cpp861 PythonTuple arg_tuple(args); in operator ()() local
863 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()
868 PythonTuple arg_tuple(args); in operator ()() local
870 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()