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.
__all__
1 parent 9d1aaca commit ca972e0Copy full SHA for ca972e0
5 files changed
‎src/numpy-stubs/__init__.pyi‎
@@ -538,7 +538,7 @@ __all__ = [ # noqa: RUF022
538
"set_printoptions", "setbufsize", "seterr", "seterrcall", "shape", "shares_memory", "short", "sign", "signbit",
539
"signedinteger", "sin", "single", "sinh", "size", "sort", "spacing", "sqrt", "square", "squeeze", "stack", "std",
540
"str_", "subtract", "sum", "swapaxes", "take", "tan", "tanh", "tensordot", "timedelta64", "trace", "transpose",
541
- "true_divide", "trunc", "typecodes", "ubyte", "ufunc", "uint", "uint16", "uint32", "uint64", "uint64", "uint8",
+ "true_divide", "trunc", "typecodes", "ubyte", "ufunc", "uint", "uint16", "uint32", "uint64", "uint8",
542
"uintc", "uintp", "ulong", "ulonglong", "unsignedinteger", "unstack", "ushort", "var", "vdot", "vecdot", "vecmat",
543
"void", "vstack", "where", "zeros", "zeros_like",
544
# matrixlib.*
‎src/numpy-stubs/_core/numeric.pyi‎
@@ -582,7 +582,6 @@ __all__ = [
582
"var",
583
"vdot",
584
"vecdot",
585
- "vecdot",
586
"vecmat",
587
"void",
588
"where",
‎src/numpy-stubs/core/numeric.pyi‎
@@ -583,7 +583,6 @@ __all__ = [
589
‎src/numpy-stubs/lib/_polynomial_impl.pyi‎
@@ -26,7 +26,6 @@ __all__ = [
26
"polyfit",
27
"polyint",
28
"polymul",
29
- "polymul",
30
"polysub",
31
"polyval",
32
"roots",
‎src/numpy-stubs/matlib.pyi‎
@@ -545,7 +545,7 @@ __all__ += [ # noqa: RUF022
545
546
547
548
549
550
551
0 commit comments