HomeSort by relevance Sort by last modified time
    Searched refs:ContStr (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]

Completed in 27 milliseconds