Searched refs:LEFTSTRIP (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
H A Dstropmodule.c24 #define LEFTSTRIP 0 macro
398 if (striptype != LEFTSTRIP) {
437 return do_strip(args, LEFTSTRIP);
/external/python/cpython3/Objects/
H A Dbytesobject.c1746 #define LEFTSTRIP 0 macro
1953 if (striptype != LEFTSTRIP) {
1985 if (striptype != LEFTSTRIP) {
2043 return do_argstrip(self, LEFTSTRIP, bytes);
H A Dunicodeobject.c12230 #define LEFTSTRIP 0 macro
12273 if (striptype != LEFTSTRIP) {
12351 if (striptype != LEFTSTRIP) {
12377 if (striptype != LEFTSTRIP) {
12443 return do_strip(self, LEFTSTRIP); /* Common case */
12445 return do_argstrip(self, LEFTSTRIP, args);
/external/python/cpython2/Objects/
H A Dstringobject.c1434 #define LEFTSTRIP 0 macro
1838 if (striptype != LEFTSTRIP) {
1868 if (striptype != LEFTSTRIP) {
1950 return do_strip(self, LEFTSTRIP); /* Common case */
1952 return do_argstrip(self, LEFTSTRIP, args);
H A Dunicodeobject.c7056 #define LEFTSTRIP 0 macro
7085 if (striptype != LEFTSTRIP) {
7115 if (striptype != LEFTSTRIP) {
7192 return do_strip(self, LEFTSTRIP); /* Common case */
7194 return do_argstrip(self, LEFTSTRIP, args);

Completed in 264 milliseconds