Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c12273 static const char *stripfuncnames[] = {"lstrip", "rstrip", "strip"}; variable
12275 #define STRIPNAME(i) (stripfuncnames[i])