We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
special
_supports_alternative_backends
1 parent 2b748f5 commit e6cbe91Copy full SHA for e6cbe91
scipy-stubs/special/_support_alternative_backends.pyi
@@ -1,7 +1,7 @@
1
from ._ufuncs import (
2
- betainc, # pyright: ignore[reportUnusedImport]
3
- betaincc, # pyright: ignore[reportUnusedImport]
4
- chdtr, # pyright: ignore[reportUnusedImport]
+ betainc,
+ betaincc,
+ chdtr,
5
chdtrc,
6
entr,
7
erf,
@@ -19,11 +19,14 @@ from ._ufuncs import (
19
ndtr,
20
ndtri,
21
rel_entr,
22
- stdtr, # pyright: ignore[reportUnusedImport]
+ stdtr,
23
xlogy,
24
)
25
26
__all__ = [
27
+ "betainc",
28
+ "betaincc",
29
+ "chdtr",
30
"chdtrc",
31
"entr",
32
"erf",
@@ -41,5 +44,6 @@ __all__ = [
41
44
"ndtr",
42
45
"ndtri",
43
46
"rel_entr",
47
+ "stdtr",
48
"xlogy",
49
]
0 commit comments