Searched refs:Whitespace (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tabnanny.py | 132 class Whitespace: class 157 S, T = Whitespace.S, Whitespace.T 278 indents = [Whitespace("")] 292 thisguy = Whitespace(token) 321 thisguy = Whitespace(line)
|
D | tokenize.py | 48 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/ |
D | tokenize.py | 49 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/ |
D | tokenize.py | 52 Whitespace = r'[ \f\t]*' variable 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
|