Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _std
Function
_std
numpy/_core/tests/test_multiarray.py:7023–7024 ·
view source on GitHub ↗
(a, **args)
Source
from the content-addressed store, hash-verified
7021
7022
7023
def
_std(a, **args):
7024
return
a.std(**args)
7025
7026
7027
class
TestStats:
Callers
1
test_std_values
Method · 0.70
Calls
1
std
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…