Lines Matching refs:METH_VARARGS
119 {"Detach", (PyCFunction) sp_handle_detach, METH_VARARGS},
120 {"Close", (PyCFunction) sp_handle_close, METH_VARARGS},
628 {"GetStdHandle", sp_GetStdHandle, METH_VARARGS, GetStdHandle_doc},
629 {"GetCurrentProcess", sp_GetCurrentProcess, METH_VARARGS,
631 {"DuplicateHandle", sp_DuplicateHandle, METH_VARARGS,
633 {"CreatePipe", sp_CreatePipe, METH_VARARGS, CreatePipe_doc},
634 {"CreateProcess", sp_CreateProcess, METH_VARARGS, CreateProcess_doc},
635 {"TerminateProcess", sp_TerminateProcess, METH_VARARGS,
637 {"GetExitCodeProcess", sp_GetExitCodeProcess, METH_VARARGS,
639 {"WaitForSingleObject", sp_WaitForSingleObject, METH_VARARGS,
641 {"GetVersion", sp_GetVersion, METH_VARARGS, GetVersion_doc},
642 {"GetModuleFileName", sp_GetModuleFileName, METH_VARARGS,