Home
last modified time | relevance | path

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

12

/external/python/cpython2/Misc/Vim/
Dsyntax_test.py15 from __future__ import with_statement # Import
Dvim_syntax.py1 from __future__ import with_statement
/external/python/six/
Dsetup.py21 from __future__ import with_statement
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dbasic_definitions.py20 from __future__ import with_statement # An extra future import for testing.
/external/python/cpython2/Lib/
D__future__.py118 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
/external/python/cpython3/Lib/
D__future__.py125 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
/external/python/futures/
Dprimes.py1 from __future__ import with_statement
/external/python/cpython2/PC/VS9.0/
Dvs9to8.py1 from __future__ import with_statement
Dbuild_ssl.py26 from __future__ import with_statement, print_function
/external/python/cpython2/Lib/sqlite3/test/
Dpy25tests.py24 from __future__ import with_statement
/external/python/apitools/apitools/base/protorpclite/
Dutil.py18 from __future__ import with_statement
/external/python/cpython2/Tools/pybench/
DWith.py1 from __future__ import with_statement
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_unittest2_with.py1 from __future__ import with_statement
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py10 from __future__ import with_statement
/external/python/cpython2/Doc/tools/
Drstlint.py12 from __future__ import with_statement
/external/skqp/platform_tools/android/skp_gen/
Dandroid_skp_capture.py9 from __future__ import with_statement
/external/python/cpython2/Lib/test/
Dtest_capi.py4 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
/external/python/cpython2/Doc/library/
D__future__.rst81 | with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
/external/python/cpython3/Doc/library/
D__future__.rst81 | with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
/external/python/cpython2/Lib/lib2to3/
Dmain.py5 from __future__ import with_statement
/external/python/cpython3/Lib/lib2to3/
Dmain.py5 from __future__ import with_statement, print_function
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py5 from __future__ import with_statement

12