Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ _var
Function
_var
numpy/_core/tests/test_multiarray.py:7019–7020 ·
view source on GitHub ↗
(a, **args)
Source
from the content-addressed store, hash-verified
7017
7018
7019
def
_var(a, **args):
7020
return
a.var(**args)
7021
7022
7023
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…