Searched refs:catch_warnings (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/unittest2/test/
H A Dtest_unittest2_with.py4 from unittest2.test.support import OldTestResult, catch_warnings namespace
73 with catch_warnings(record=True):
81 with catch_warnings(record=True):
88 with catch_warnings(record=True) as log:
132 with catch_warnings(record=True):
H A Dsupport.py129 from warnings import catch_warnings namespace
131 class catch_warnings(object): class in inherits:object

Completed in 200 milliseconds