Searched refs:stripfuncnames (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ | ||
H A D | unicodeobject.c | 12504 static const char *stripfuncnames[] = {"lstrip", "rstrip", "strip"}; variable 12506 #define STRIPNAME(i) (stripfuncnames[i]) |
Completed in 18 milliseconds