MCPcopy Create free account
hub / github.com/numpy/numpy / _var

Function _var

numpy/core/tests/test_multiarray.py:6057–6058  ·  view source on GitHub ↗
(a, **args)

Source from the content-addressed store, hash-verified

6055
6056
6057def _var(a, **args):
6058 return a.var(**args)
6059
6060
6061def _std(a, **args):

Callers 4

test_var_valuesMethod · 0.70
test_var_dimensionsMethod · 0.70
test_std_valuesMethod · 0.70

Calls 1

varMethod · 0.45

Tested by

no test coverage detected