Home
last modified time | relevance | path

Searched refs:_fail_neg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dstatistics.py280 def _fail_neg(values, errmsg='negative value'): function
355 T, total, count = _sum(1/x for x in _fail_neg(data, errmsg))
/external/python/cpython3/Lib/test/
Dtest_statistics.py992 new = list(statistics._fail_neg(values))
999 it = statistics._fail_neg(seq)
1006 next(statistics._fail_neg([-1], msg))