Searched defs:expected_log_pat (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Lib/test/ | ||
| D | test_logging.py | 56 expected_log_pat = r"^([\w.]+) -> ([\w]+): ([\d]+)$" variable in BaseTest |
| /external/python/cpython3/Lib/test/ | ||
| D | test_logging.py | 83 expected_log_pat = r"^([\w.]+) -> (\w+): (\d+)$" variable in BaseTest |