Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h1296 {"__sizeof__", (PyCFunction)unicode_sizeof, METH_NOARGS, unicode_sizeof__doc__},
1302 unicode_sizeof(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_sizeof() function