Searched defs:expected_regex (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | device_compatibility_check_test.py | 41 def _test_compat_check(self, device_attr_list, should_warn, expected_regex, argument
|
/external/python/cpython3/Lib/test/ |
D | test_type_comments.py | 231 def parse_all(self, source, minver=lowest, maxver=highest, expected_regex=""): argument
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 167 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/ |
D | test_ipaddress.py | 2138 def __init__(self, expected_exception, expected_regex): argument
|