Home
last modified time | relevance | path

Searched refs:with_statement (Results 1 – 16 of 16) sorted by relevance

/external/python/six/
Dsetup.py21 from __future__ import with_statement
/external/python/cpython3/Lib/
D__future__.py125 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
/external/python/apitools/apitools/base/protorpclite/
Dutil.py18 from __future__ import with_statement
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py10 from __future__ import with_statement
/external/python/parse_type/bin/
Dmake_localpi.py41 from __future__ import with_statement, print_function
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py23 from __future__ import with_statement
DJetAudition.py23 from __future__ import with_statement
DJetUtils.py23 from __future__ import with_statement
DJetFile.py23 from __future__ import with_statement
Deas.py2 from __future__ import with_statement
DJetCreator.py23 from __future__ import with_statement
/external/python/cpython3/Doc/library/
D__future__.rst55 | with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst907 ``print_function``, ``nested_scopes`` and ``with_statement``. They are
/external/python/cpython3/Doc/whatsnew/
D2.5.rst593 from __future__ import with_statement
D2.6.rst250 import with_statement`` directive. In 2.6 the statement no longer needs to
/external/python/cpython3/Misc/
DHISTORY18510 with_statement``. Use of 'with' as a variable will generate a warning.