Files
open_dbm/dashboard/flask-server/venv/Lib/site-packages/numpy/polynomial/polyutils.pyi
Carla Floricel 05e52aa52b first commit
2022-08-02 09:52:52 -04:00

11 lines
227 B
Python

__all__: list[str]
class RankWarning(UserWarning): ...
def trimseq(seq): ...
def as_series(alist, trim=...): ...
def trimcoef(c, tol=...): ...
def getdomain(x): ...
def mapparms(old, new): ...
def mapdomain(x, old, new): ...