getlimits.pyi 82 B

123456
  1. from numpy import (
  2. finfo as finfo,
  3. iinfo as iinfo,
  4. )
  5. __all__: list[str]