Searched refs:with_statement (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/tools/ |
D | gc_nvp_common.py | 10 from __future__ import with_statement
|
D | gc-nvp-trace-processor.py | 41 from __future__ import with_statement
|
/third_party/python/Lib/ |
D | __future__.py | 125 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
|
/third_party/skia/platform_tools/android/skp_gen/ |
D | android_skp_capture.py | 10 from __future__ import with_statement
|
/third_party/python/Doc/library/ |
D | __future__.rst | 81 | with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
|
/third_party/python/Lib/lib2to3/ |
D | main.py | 5 from __future__ import with_statement, print_function
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-statm.c | 900 parser_with_statement_t with_statement; in parser_parse_with_statement_start() local 918 &with_statement.branch); in parser_parse_with_statement_start() 920 parser_stack_push (context_p, &with_statement, sizeof (parser_with_statement_t)); in parser_parse_with_statement_start() 932 parser_with_statement_t with_statement; in parser_parse_with_statement_end() local 944 parser_stack_pop (context_p, &with_statement, sizeof (parser_with_statement_t)); in parser_parse_with_statement_end() 954 parser_set_branch_to_current_position (context_p, &with_statement.branch); in parser_parse_with_statement_end()
|
/third_party/python/Doc/reference/ |
D | simple_stmts.rst | 886 ``print_function``, ``nested_scopes`` and ``with_statement``. They are
|
/third_party/python/Doc/whatsnew/ |
D | 2.5.rst | 593 from __future__ import with_statement
|
D | 2.6.rst | 252 import with_statement`` directive. In 2.6 the statement no longer needs to
|
/third_party/python/Misc/ |
D | HISTORY | 18510 with_statement``. Use of 'with' as a variable will generate a warning.
|