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