Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1445 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
1447 #define STRIPNAME(i) (stripformat[i]+3)
1895 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep)) in do_argstrip()
Dunicodeobject.c7056 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
7058 #define STRIPNAME(i) (stripformat[i]+3)
7131 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep)) in do_argstrip()