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.
numpy.trapezoid
__all__
1 parent 46849ee commit e513266Copy full SHA for e513266
numpy/__init__.pyi
@@ -686,12 +686,12 @@ __all__ = [
686
"nanquantile",
687
# lib._function_base_impl.__all__
688
# NOTE: `trapz` is omitted because it is deprecated
689
- # TODO: add `trapezoid` once type-hinted
690
"select", "piecewise", "trim_zeros", "copy", "iterable", "percentile", "diff",
691
"gradient", "angle", "unwrap", "sort_complex", "flip", "rot90", "extract", "place",
692
"vectorize", "asarray_chkfinite", "average", "bincount", "digitize", "cov",
693
"corrcoef", "median", "sinc", "hamming", "hanning", "bartlett", "blackman",
694
"kaiser", "i0", "meshgrid", "delete", "insert", "append", "interp", "quantile",
+ "trapezoid",
695
# lib._twodim_base_impl.__all__
696
"diag", "diagflat", "eye", "fliplr", "flipud", "tri", "triu", "tril", "vander",
697
"histogram2d", "mask_indices", "tril_indices", "tril_indices_from", "triu_indices",
0 commit comments