polyutils.pyi 252 B

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