Searched refs:_check_approx_num (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_statistics.py | 227 check = self._check_approx_num 239 self._check_approx_num(a, e, tol, rel, msg, i) 241 def _check_approx_num(self, first, second, tol, rel, msg, idx=None): member in NumericTestCase
|