{ } Raw JSON

bundles / scipy 1.17.1 / scipy / fft / _pocketfft / helper / _iterable_of_int

function

scipy.fft._pocketfft.helper:_iterable_of_int

source: /scipy/fft/_pocketfft/helper.py :22

Signature

def   _iterable_of_int ( x name = None )

Summary

Convert x to an iterable sequence of int

Parameters

x : value, or sequence of values, convertible to int
name : str, optional

Name of the argument being converted, only used in the error message

Returns

y : ``List[int]``

Aliases

  • scipy.fft._helper._helper._iterable_of_int