Searched refs:NOFLAG (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/re/ | ||
H A D | __init__.py | 135 "UNICODE", "NOFLAG", "RegexFlag", 143 NOFLAG = 0 variable in RegexFlag |
/third_party/python/Lib/test/ | ||
H A D | test_enum.py | 74 NOFLAG = 0 variable in FlagStoogesWithZero 85 NOFLAG = 0 variable in IntFlagStoogesWithZero 3127 test_pickle_dump_load(self.assertIs, FlagStoogesWithZero.NOFLAG) 3141 test_pickle_dump_load(self.assertIs, IntFlagStoogesWithZero.NOFLAG) |
Completed in 12 milliseconds