Searched defs:kwds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c3992 long_subtype_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
3995 long_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
4002 return long_subtype_new(type, args, kwds); /* Wimp out */
4003 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oi:long", kwlist,
4048 long_subtype_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
4054 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);

Completed in 48 milliseconds