Searched refs:fargs (Results 1 – 2 of 2) sorted by relevance
645 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() argument651 if (!PyArg_UnpackTuple(fargs, "start_new_thread", 2, 3, in thread_PyThread_start_new_thread()
11 def newfunc(*fargs, **fkeywords): argument14 return func(*(args + fargs), **newkeywords)