Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ _mean
Function
_mean
numpy/_core/tests/test_multiarray.py:7015–7016 ·
view source on GitHub ↗
(a, **args)
Source
from the content-addressed store, hash-verified
7013
7014
7015
def
_mean(a, **args):
7016
return
a.mean(**args)
7017
7018
7019
def
_var(a, **args):
Callers
5
test_mean_values
Method · 0.70
test_mean_float16
Method · 0.70
test_var_values
Method · 0.70
test_var_complex_values
Method · 0.70
test_var_dimensions
Method · 0.70
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…