Searched refs:unicode_strip (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 492 {"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/ |
D | unicodeobject.c | 7167 unicode_strip(PyUnicodeObject *self, PyObject *args) in unicode_strip() function 7932 {"strip", (PyCFunction) unicode_strip, METH_VARARGS, strip__doc__},
|