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

Method execute

benchmarks/benchmarks/bench_import.py:11–12  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

9 timer = default_timer
10
11 def execute(self, command):
12 call((executable, '-c', command))
13
14 def time_numpy(self):
15 self.execute('import numpy')

Callers 9

time_numpyMethod · 0.95
time_numpy_inspectMethod · 0.95
time_fftMethod · 0.95
time_linalgMethod · 0.95
time_maMethod · 0.95
time_matlibMethod · 0.95
time_randomMethod · 0.95
runMethod · 0.80
_raw_fftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected