/external/python/cpython3/Lib/unittest/test/testmock/ |
support.py | 22 with catch_warnings(record=True) as ws:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_global.py | 47 with warnings.catch_warnings():
|
test_warnings.py | 71 with original_warnings.catch_warnings(module=self.module) as w:
78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
142 with original_warnings.catch_warnings(module=self.module) as w:
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True, [all...] |
/external/python/cpython2/Lib/test/ |
test_global.py | 47 with warnings.catch_warnings():
|
test_warnings.py | 75 "resetwarnings", "catch_warnings"] 90 with original_warnings.catch_warnings(module=self.module) as w: 97 with original_warnings.catch_warnings(record=True, 105 with original_warnings.catch_warnings(record=True, 120 with original_warnings.catch_warnings(record=True, 136 with original_warnings.catch_warnings(record=True, 148 with original_warnings.catch_warnings(record=True, 165 with original_warnings.catch_warnings(module=self.module) as w: 172 with original_warnings.catch_warnings(record=True, 188 with original_warnings.catch_warnings(record=True [all...] |
test_buffer.py | 43 with self.assertRaises(TypeError), warnings.catch_warnings():
|
/external/python/cpython3/Lib/test/test_warnings/ |
__init__.py | 64 # module than warnings.catch_warnings(). Otherwise, 65 # warnings.catch_warnings() will be unable to remove the added filter. 84 "resetwarnings", "catch_warnings"] 99 with original_warnings.catch_warnings(module=self.module) as w: 106 with original_warnings.catch_warnings(module=self.module) as w: 124 with original_warnings.catch_warnings(record=True, 133 with original_warnings.catch_warnings(record=True, 146 with original_warnings.catch_warnings(record=True, 161 with original_warnings.catch_warnings(record=True, 181 with original_warnings.catch_warnings(record=True [all...] |
/external/python/cpython3/Lib/test/ |
test_global.py | 56 with warnings.catch_warnings():
|
test_platform.py | 269 with warnings.catch_warnings(): 354 with warnings.catch_warnings(): 367 with warnings.catch_warnings(): 387 with warnings.catch_warnings():
|
/external/python/cpython3/Lib/test/test_importlib/extension/ |
test_finder.py | 18 with warnings.catch_warnings():
|
/external/python/cpython3/Lib/test/test_importlib/frozen/ |
test_loader.py | 65 with warnings.catch_warnings(): 96 with warnings.catch_warnings(): 110 with warnings.catch_warnings(): 129 with warnings.catch_warnings(): 146 with warnings.catch_warnings(): 156 with warnings.catch_warnings():
|
/external/python/cpython3/Lib/unittest/test/ |
_test_warnings.py | 64 with warnings.catch_warnings(record=True) as ws:
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
test___package__.py | 53 with warnings.catch_warnings(): 65 with warnings.catch_warnings():
|
test_fromlist.py | 152 warnings.catch_warnings(): 162 warnings.catch_warnings():
|
test_relative_imports.py | 69 with warnings.catch_warnings(): 210 with warnings.catch_warnings():
|
/external/tensorflow/tensorflow/python/framework/ |
errors_test.py | 88 with warnings.catch_warnings(record=True) as w: 97 with warnings.catch_warnings(record=True) as w: 105 with warnings.catch_warnings(record=True) as w:
|
/external/python/cpython3/Lib/test/test_importlib/ |
test_util.py | 128 with warnings.catch_warnings(): 134 with warnings.catch_warnings(): 262 with warnings.catch_warnings(): 304 with warnings.catch_warnings(): 337 with warnings.catch_warnings(): 345 with warnings.catch_warnings(): 353 with warnings.catch_warnings(): 589 with warnings.catch_warnings(): 595 with warnings.catch_warnings(): 616 with warnings.catch_warnings() [all...] |
test_api.py | 112 with warnings.catch_warnings(): 125 with warnings.catch_warnings(): 141 with warnings.catch_warnings(): 150 with warnings.catch_warnings(): 160 with warnings.catch_warnings(): 167 with warnings.catch_warnings():
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
test_file_loader.py | 45 with warnings.catch_warnings(): 78 with warnings.catch_warnings(): 91 with warnings.catch_warnings(): 106 with warnings.catch_warnings(): 122 with warnings.catch_warnings(): 129 with warnings.catch_warnings(): 156 with warnings.catch_warnings(): 169 with warnings.catch_warnings(): 183 with warnings.catch_warnings(): 221 with warnings.catch_warnings() [all...] |
test_finder.py | 209 with warnings.catch_warnings(): 225 with warnings.catch_warnings():
|
test_source_encoding.py | 108 with warnings.catch_warnings(): 164 with warnings.catch_warnings():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
asynchat.py | 53 from warnings import filterwarnings, catch_warnings
221 with catch_warnings():
|
mimetools.py | 7 from warnings import filterwarnings, catch_warnings
8 with catch_warnings():
|
/external/python/cpython2/Lib/ |
asynchat.py | 54 from warnings import filterwarnings, catch_warnings 228 with catch_warnings():
|
mimetools.py | 7 from warnings import filterwarnings, catch_warnings 8 with catch_warnings():
|