mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
b61ff2982a
commit
0e6d213177
4 changed files with 6 additions and 7 deletions
|
@ -81,7 +81,7 @@ __all__ = ["Random","seed","random","uniform","randint","choice",
|
|||
"cunifvariate","expovariate","vonmisesvariate","gammavariate",
|
||||
"stdgamma","gauss","betavariate","paretovariate","weibullvariate",
|
||||
"getstate","setstate","jumpahead","whseed"]
|
||||
|
||||
|
||||
def _verify(name, expected):
|
||||
computed = eval(name)
|
||||
if abs(computed - expected) > 1e-7:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue