Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h492 {"strip", (PyCFunction)unicode_strip, METH_FASTCALL, unicode_strip__doc__},
498 unicode_strip(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_strip() function
/external/python/cpython2/Objects/
Dunicodeobject.c7167 unicode_strip(PyUnicodeObject *self, PyObject *args) in unicode_strip() function
7932 {"strip", (PyCFunction) unicode_strip, METH_VARARGS, strip__doc__},