Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ worker
Method
worker
numpy/fft/tests/test_pocketfft.py:277–278 ·
view source on GitHub ↗
(args, q)
Source
from the content-addressed store, hash-verified
275
276
def
_test_mtsame(self, func, *args):
277
def
worker(args, q):
278
q.put(func(*args))
279
280
q = queue.Queue()
281
expected = func(*args)
Callers
nothing calls this directly
Calls
2
put
Method · 0.80
func
Function · 0.50
Tested by
no test coverage detected