Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp959 PythonTuple arg_tuple(args); in operator ()() local
961 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()
966 PythonTuple arg_tuple(args); in operator ()() local
968 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()