MCPcopy Create free account
hub / github.com/numpy/numpy / time_matlib

Method time_matlib

benchmarks/benchmarks/bench_import.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 self.execute('from numpy import ma')
29
30 def time_matlib(self):
31 self.execute('from numpy import matlib')
32
33 def time_random(self):
34 self.execute('from numpy import random')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected