Lines Matching refs:kw
2404 delta_new(PyTypeObject *type, PyObject *args, PyObject *kw)
2426 if (PyArg_ParseTupleAndKeywords(args, kw, "|OOOOOOO:__new__",
2795 date_new(PyTypeObject *type, PyObject *args, PyObject *kw)
2837 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws,
3078 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw)
3089 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
3175 date_replace(PyDateTime_Date *self, PyObject *args, PyObject *kw)
3183 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws,
3622 timezone_new(PyTypeObject *type, PyObject *args, PyObject *kw)
3626 if (PyArg_ParseTupleAndKeywords(args, kw, "O!|U:timezone", timezone_kws,
3954 time_new(PyTypeObject *type, PyObject *args, PyObject *kw)
4003 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO$i", time_kws,
4082 time_isoformat(PyDateTime_Time *self, PyObject *args, PyObject *kw)
4098 if (!PyArg_ParseTupleAndKeywords(args, kw, "|s:isoformat", keywords, ×pec))
4147 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw)
4154 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
4311 time_replace(PyDateTime_Time *self, PyObject *args, PyObject *kw)
4322 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO$i:replace",
4620 datetime_new(PyTypeObject *type, PyObject *args, PyObject *kw)
4672 if (PyArg_ParseTupleAndKeywords(args, kw, "iii|iiiiO$i", datetime_kws,
4881 datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw)
4888 if (! PyArg_ParseTupleAndKeywords(args, kw, "O|O:fromtimestamp",
4941 datetime_combine(PyObject *cls, PyObject *args, PyObject *kw)
4949 if (PyArg_ParseTupleAndKeywords(args, kw, "O!O!|O:combine", keywords,
5312 datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
5329 if (!PyArg_ParseTupleAndKeywords(args, kw, "|Cs:isoformat", keywords, &sep, ×pec))
5615 datetime_replace(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
5629 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iiiiiiiO$i:replace",
5765 datetime_astimezone(PyDateTime_DateTime *self, PyObject *args, PyObject *kw)
5774 if (! PyArg_ParseTupleAndKeywords(args, kw, "|O:astimezone", keywords,