Home
last modified time | relevance | path

Searched defs:_special_chars_map (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/re/
H A D__init__.py251 _special_chars_map = {i: '\\' + chr(i) for i in b'()[]{}?*+-|^$\\.&~# \t\n\r\v\f'} variable

Completed in 2 milliseconds