/external/python/cpython3/Doc/reference/ |
lexical_analysis.rst | 201 .. index:: INDENT token, DEDENT token 204 DEDENT tokens, using a stack, as follows. 213 popped off, and for each number popped off a DEDENT token is generated. At the 214 end of the file, a DEDENT token is generated for each number remaining on the 240 return r # error: inconsistent dedent 264 Besides NEWLINE, INDENT and DEDENT, the following categories of tokens exist: [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP
154 if tokentype == DEDENT:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent("""
488 expectedErrMessage = textwrap.dedent("""
|
/external/python/cpython2/Lib/distutils/tests/ |
test_sdist.py | 8 from textwrap import dedent 456 contents = dedent("""\
|
/external/python/cpython2/Lib/idlelib/ |
help.txt | 59 Dedent Region -- Shift selected lines left 4 spaces 185 See also the indent/dedent region commands in the edit menu.
|
/external/python/cpython2/Lib/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP 156 if tokentype == DEDENT:
|
/external/python/cpython2/Lib/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent(""" 488 expectedErrMessage = textwrap.dedent("""
|
/external/python/cpython3/Doc/library/ |
textwrap.rst | 69 .. function:: dedent(text) 89 print(repr(dedent(s))) # prints 'hello\n world\n'
|
tokenize.rst | 256 4,0-4,0: DEDENT '' 282 4,0-4,0: DEDENT ''
|
/external/python/cpython3/Lib/distutils/tests/ |
test_sdist.py | 8 from textwrap import dedent 388 contents = dedent("""\
|
/external/python/cpython3/Lib/ |
pyclbr.py | 46 from token import NAME, DEDENT, OP 164 if tokentype == DEDENT:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
help.txt | 58 Dedent Region -- Shift selected lines left 4 spaces 185 See also the indent/dedent region commands in the edit menu.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP 156 if tokentype == DEDENT:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent(""" 488 expectedErrMessage = textwrap.dedent("""
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
help.txt | 58 Dedent Region -- Shift selected lines left 4 spaces 185 See also the indent/dedent region commands in the edit menu.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP 156 if tokentype == DEDENT:
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent(""" 488 expectedErrMessage = textwrap.dedent("""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 8 from textwrap import dedent 464 contents = dedent("""\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
help.txt | 58 Dedent Region -- Shift selected lines left 4 spaces 185 See also the indent/dedent region commands in the edit menu.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP 156 if tokentype == DEDENT:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent(""" 488 expectedErrMessage = textwrap.dedent("""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 8 from textwrap import dedent 464 contents = dedent("""\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
help.txt | 58 Dedent Region -- Shift selected lines left 4 spaces 185 See also the indent/dedent region commands in the edit menu.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 45 from token import NAME, DEDENT, OP 156 if tokentype == DEDENT:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_result.py | 482 expectedOutMessage = textwrap.dedent(""" 488 expectedErrMessage = textwrap.dedent("""
|