Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp921 PythonTuple arg_tuple(args); in operator ()() local
923 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()
928 PythonTuple arg_tuple(args); in operator ()() local
930 PyObject_CallObject(m_py_obj, arg_tuple.get())); in operator ()()