Home | History | Annotate | Download | only in python2.7

Lines Matching defs:SKIP

57     'SKIP',
136 SKIP = register_optionflag('SKIP')
143 SKIP |
1269 # If 'SKIP' is set, then skip this example.
1270 if self.optionflags & SKIP:
1841 SKIP
1953 SKIP
2377 # Skip doctests when running with -O2