Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h575 {"strip", (PyCFunction)(void(*)(void))unicode_strip, METH_FASTCALL, unicode_strip__doc__},
581 unicode_strip(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_strip() function