Searched refs:RegexFlag (Results 1 – 4 of 4) sorted by relevance
143 class RegexFlag(enum.IntFlag): class162 globals().update(RegexFlag.__members__)273 if isinstance(flags, RegexFlag):332 if isinstance(flags, RegexFlag):
299 Now ``re.compile()`` converts passed RegexFlag to normal int object before
600 Flag constants are now instances of :class:`RegexFlag`, which is a subclass of
1846 it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than