Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ExitStack
(Results
1 - 17
of
17
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_code_module.py
5
from contextlib import
ExitStack
namespace
22
stack =
ExitStack
()
H
A
D
test_readline.py
4
from contextlib import
ExitStack
namespace
314
with
ExitStack
() as cleanup:
H
A
D
test_pdb.py
14
from contextlib import
ExitStack
, redirect_stdout
namespace
2045
with
ExitStack
() as resources:
H
A
D
test_contextlib.py
776
# This test captures the current behavior of
ExitStack
so that we know
808
# Sanity check to make sure that
ExitStack
chaining matches
887
# Ensure
ExitStack
chaining matches actual nested `with` statements
962
# fix,
ExitStack
would try to fix it *again* and get into an
1075
exit_stack =
ExitStack
H
A
D
test_tracemalloc.py
384
with contextlib.
ExitStack
() as stack:
H
A
D
test_builtin.py
22
from contextlib import
ExitStack
namespace
2019
self.resources =
ExitStack
()
H
A
D
test_nntplib.py
1602
with contextlib.
ExitStack
() as cleanup:
H
A
D
test_zipfile.py
2739
with contextlib.
ExitStack
() as stack:
3162
self.fixtures = contextlib.
ExitStack
()
/third_party/python/Lib/test/test_importlib/
H
A
D
fixtures.py
61
self.fixtures = contextlib.
ExitStack
()
298
self.resources = contextlib.
ExitStack
()
/third_party/python/Lib/
H
A
D
getpass.py
45
with contextlib.
ExitStack
() as stack:
H
A
D
contextlib.py
12
"AsyncExitStack", "ContextDecorator", "
ExitStack
",
448
"""A base class for
ExitStack
and AsyncExitStack."""
532
class
ExitStack
(_BaseExitStack, AbstractContextManager):
class
536
with
ExitStack
() as stack:
H
A
D
subprocess.py
1289
with contextlib.
ExitStack
() as stack:
/third_party/python/Lib/distutils/tests/
H
A
D
test_sysconfig.py
110
with contextlib.
ExitStack
() as cm:
/third_party/python/Lib/test/test_zoneinfo/
H
A
D
test_zoneinfo.py
77
with contextlib.
ExitStack
() as stack:
1391
with contextlib.
ExitStack
() as stack:
/third_party/python/Lib/unittest/
H
A
D
mock.py
1352
with contextlib.
ExitStack
() as exit_stack:
1550
self._exit_stack = contextlib.
ExitStack
()
/third_party/python/Lib/unittest/test/
H
A
D
test_case.py
1188
return contextlib.
ExitStack
()
/third_party/python/Lib/xml/etree/
H
A
D
ElementTree.py
773
with contextlib.
ExitStack
() as stack:
Completed in 33 milliseconds