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

Method time_fft

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

Source from the content-addressed store, hash-verified

19 self.execute('import numpy, inspect')
20
21 def time_fft(self):
22 self.execute('from numpy import fft')
23
24 def time_linalg(self):
25 self.execute('from numpy import linalg')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected