scipy.fft
scipy.fft.
get_workers
Returns the default number of workers within the current context
Examples
>>> from scipy import fft >>> fft.get_workers() 1 >>> with fft.set_workers(4): ... fft.get_workers() 4
scipy.fft.set_workers
scipy.fft.set_backend