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

Method time_numpy_inspect

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

Source from the content-addressed store, hash-verified

15 self.execute('import numpy')
16
17 def time_numpy_inspect(self):
18 # What are the savings from avoiding to import the inspect module?
19 self.execute('import numpy, inspect')
20
21 def time_fft(self):
22 self.execute('from numpy import fft')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected