Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c645 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() argument
651 if (!PyArg_UnpackTuple(fargs, "start_new_thread", 2, 3, in thread_PyThread_start_new_thread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_functools.py11 def newfunc(*fargs, **fkeywords): argument
14 return func(*(args + fargs), **newkeywords)