polyutils.pyi 264 B

1234567891011
  1. __all__: list[str]
  2. class RankWarning(UserWarning): ...
  3. def trimseq(seq): ...
  4. def as_series(alist, trim=...): ...
  5. def trimcoef(c, tol=...): ...
  6. def getdomain(x): ...
  7. def mapparms(old, new): ...
  8. def mapdomain(x, old, new): ...
  9. def format_float(x, parens=...): ...