buffalo_core.typing.IntInput

buffalo_core.typing.IntInput = int | numpy.integer[typing.Any] | collections.abc.Sequence['FloatInput'] | numpy.ndarray[tuple[int, ...], numpy.dtype[numpy.integer[typing.Any]]]

Scalar, sequence, or NumPy integer array input.

Use this alias for flexible integer input parameters that should be normalized at function boundaries with numpy.asarray(…, dtype=int32). Do not use it for return values.