MCPcopy 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
7023def _std(a, **args):
7024 return a.std(**args)
7025
7026
7027class TestStats:

Callers 1

test_std_valuesMethod · 0.70

Calls 1

stdMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…