Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py132 class Whitespace: class
157 S, T = Whitespace.S, Whitespace.T
278 indents = [Whitespace("")]
292 thisguy = Whitespace(token)
321 thisguy = Whitespace(line)
Dtokenize.py48 Whitespace = r'[ \f\t]*' variable
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtokenize.py49 Whitespace = r'[ \f\t]*' variable
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtokenize.py52 Whitespace = r'[ \f\t]*' variable
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)