buffalo_core.typing.IntScalar

buffalo_core.typing.IntScalar = int | numpy.integer[typing.Any]

Scalar integer value accepted by shared APIs.

This alias accepts native Python integers as well as NumPy integer scalars. Use it for scalar integer parameters and return values when NumPy scalar values are also valid at the API boundary.