Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_ma
Method
time_ma
benchmarks/benchmarks/bench_import.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
self.execute(
'from numpy import linalg'
)
26
27
def
time_ma(self):
28
self.execute(
'from numpy import ma'
)
29
30
def
time_matlib(self):
31
self.execute(
'from numpy import matlib'
)
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected