mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-05 07:39:17 +00:00
first commit
This commit is contained in:
12
.venv/Lib/site-packages/numpy/polynomial/polyutils.pyi
Normal file
12
.venv/Lib/site-packages/numpy/polynomial/polyutils.pyi
Normal file
@ -0,0 +1,12 @@
|
||||
from typing import List
|
||||
|
||||
__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): ...
|
Reference in New Issue
Block a user