Home
last modified time | relevance | path

Searched refs:_litprefix (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py81 _litprefix = r"(?:[uUrRbBfF]|[rR][fFbB]|[fFbBuU][rR])?" variable
82 Triple = group(_litprefix + "'''", _litprefix + '"""')
84 String = group(_litprefix + r"'[^\n'\\]*(?:\\.[^\n'\\]*)*'",
85 _litprefix + r'"[^\n"\\]*(?:\\.[^\n"\\]*)*"')
103 ContStr = group(_litprefix + r"'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
105 _litprefix + r'"[^\n"\\]*(?:\\.[^\n"\\]*)*' +

Completed in 1 milliseconds