Home
last modified time | relevance | path

Searched refs:nested_scopes (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dfuture_test1.py4 from __future__ import nested_scopes, nested_scopes
Dbadsyntax_future5.py2 from __future__ import nested_scopes
4 from __future__ import nested_scopes
Dbadsyntax_future7.py3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
Dbadsyntax_future6.py3 from __future__ import nested_scopes
Dbadsyntax_future4.py3 from __future__ import nested_scopes
Dfuture_test2.py3 from __future__ import nested_scopes; import site
Dbadsyntax_future3.py2 from __future__ import nested_scopes
Dtest_future3.py1 from __future__ import nested_scopes
/external/python/cpython2/Lib/test/
Dtest_future1.py4 from __future__ import nested_scopes, nested_scopes
Dbadsyntax_future5.py2 from __future__ import nested_scopes
4 from __future__ import nested_scopes
Dbadsyntax_future7.py3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes
Dbadsyntax_future6.py3 from __future__ import nested_scopes
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
Dbadsyntax_future4.py3 from __future__ import nested_scopes
Dtest_future2.py3 from __future__ import nested_scopes; import string
Dbadsyntax_future3.py2 from __future__ import nested_scopes
Dtest_future3.py1 from __future__ import nested_scopes
/external/python/cpython2/Lib/
D__future__.py102 nested_scopes = _Feature((2, 1, 0, "beta", 1), variable
/external/python/cpython3/Lib/
D__future__.py106 nested_scopes = _Feature((2, 1, 0, "beta", 1), variable
/external/python/cpython2/Doc/library/
D__future__.rst69 | nested_scopes | 2.1.0b1 | 2.2 | :pep:`227`: |
/external/python/cpython3/Doc/library/
D__future__.rst69 | nested_scopes | 2.1.0b1 | 2.2 | :pep:`227`: |
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst890 ``nested_scopes`` and ``with_statement``. ``generators``, ``with_statement``,
891 ``nested_scopes`` are redundant in Python version 2.6 and above because they are
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst841 ``generators``, ``unicode_literals``, ``print_function``, ``nested_scopes`` and
/external/python/cpython2/Doc/whatsnew/
D2.1.rst141 from __future__ import nested_scopes

12