bundles / scipy 1.17.1 / scipy / fft / _pocketfft / helper / _iterable_of_int
function
scipy.fft._pocketfft.helper:_iterable_of_int
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 intname: str, optionalName of the argument being converted, only used in the error message
Returns
y: ``List[int]``
Aliases
-
scipy.fft._helper._helper._iterable_of_int