Lines Matching refs:Py_UNUSED
18 EncodingMap_size(struct encoding_map *self, PyObject *Py_UNUSED(ignored))
39 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored))
60 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored))
78 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored))
267 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored))
288 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored))
309 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored))
330 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored))
351 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored))
372 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored))
393 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored))
414 unicode_isdecimal(PyObject *self, PyObject *Py_UNUSED(ignored))
435 unicode_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored))
456 unicode_isnumeric(PyObject *self, PyObject *Py_UNUSED(ignored))
477 unicode_isidentifier(PyObject *self, PyObject *Py_UNUSED(ignored))
498 unicode_isprintable(PyObject *self, PyObject *Py_UNUSED(ignored))
579 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored))
1099 unicode_swapcase(PyObject *self, PyObject *Py_UNUSED(ignored))
1195 unicode_upper(PyObject *self, PyObject *Py_UNUSED(ignored))
1283 unicode_sizeof(PyObject *self, PyObject *Py_UNUSED(ignored))