Home
last modified time | relevance | path

Searched defs:expected_regex (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/mixed_precision/
Ddevice_compatibility_check_test.py41 def _test_compat_check(self, device_attr_list, should_warn, expected_regex, argument
/external/python/cpython3/Lib/test/
Dtest_type_comments.py231 def parse_all(self, source, minver=lowest, maxver=highest, expected_regex=""): argument
/external/python/cpython3/Lib/unittest/
Dcase.py167 def __init__(self, expected, test_case, expected_regex=None): argument
1262 def assertRaisesRegex(self, expected_exception, expected_regex, argument
1278 def assertWarnsRegex(self, expected_warning, expected_regex, argument
1297 def assertRegex(self, text, expected_regex, msg=None): argument
/external/python/ipaddress/
Dtest_ipaddress.py2138 def __init__(self, expected_exception, expected_regex): argument