Home
last modified time | relevance | path

Searched refs:RegexFlag (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dre.py143 class RegexFlag(enum.IntFlag): class
162 globals().update(RegexFlag.__members__)
273 if isinstance(flags, RegexFlag):
332 if isinstance(flags, RegexFlag):
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst299 Now ``re.compile()`` converts passed RegexFlag to normal int object before
/external/python/cpython3/Doc/library/
Dre.rst600 Flag constants are now instances of :class:`RegexFlag`, which is a subclass of
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1846 it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than