Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6057
def
_var(a, **args):
6058
return
a.var(**args)
6059
6060
6061
def
_std(a, **args):
Callers
4
test_var_values
Method · 0.70
test_var_complex_values
Method · 0.70
test_var_dimensions
Method · 0.70
test_std_values
Method · 0.70
Calls
1
var
Method · 0.45
Tested by
no test coverage detected