MCPcopy Create free account

hub / github.com/numpy/numpy / types & classes

Types & classes2,137 in github.com/numpy/numpy

↓ 110 callersClassTextIO
Helper IO class. Writes encode strings to bytes if needed, reads return bytes. This makes it easier to emulate files opened in binary mode
numpy/lib/tests/test_io.py:33
↓ 77 callersClasssuppress_warnings
Context manager and decorator doing much the same as ``warnings.catch_warnings``. However, it also provides a filter mechanism to work a
numpy/testing/_private/utils.py:2004
↓ 31 callersClassExpr
Represents a Fortran expression as a op-data pair. Expr instances are hashable and sortable.
numpy/f2py/symbolic.py:157
↓ 30 callersClassufunc
numpy/core/tests/data/generate_umath_validation_data.cpp:10
↓ 27 callersClassvectorize
vectorize(pyfunc=np._NoValue, otypes=None, doc=None, excluded=None, cache=False, signature=None) Returns an object that acts like pyfunc
numpy/lib/function_base.py:2118
↓ 26 callersClassmatrix
matrix(data, dtype=None, copy=True) .. note:: It is no longer recommended to use this class, even for linear algebra. Instead
numpy/matrixlib/defmatrix.py:74
↓ 21 callersClassConfiguration
numpy/distutils/misc_util.py:759
↓ 19 callersClassmemmap
Create a memory-map to an array stored in a *binary* file on disk. Memory-mapped files are used for accessing small segments of large files o
numpy/core/memmap.py:23
↓ 18 callersClasspoly1d
A one-dimensional polynomial class. .. note:: This forms part of the old polynomial API. Since version 1.4, the new polynomial
numpy/lib/polynomial.py:1078
↓ 13 callersClassA
numpy/core/tests/test_umath.py:3030
↓ 13 callersClassArrayLike
numpy/lib/tests/test_mixins.py:11
↓ 13 callersClassLinAlgError
Generic Python-exception-derived object raised by linalg functions. General purpose exception class, derived from Python's ValueError cl
numpy/linalg/linalg.py:68
↓ 13 callersClassPytestTester
Pytest test runner. A test function is typically added to a package's __init__.py like so:: from numpy._pytesttester import PytestTes
numpy/_pytesttester.py:46
↓ 11 callersClassStringConverter
Factory class for function transforming a string into another object (int, float). After initialization, an instance can be called to tr
numpy/lib/_iotools.py:450
↓ 10 callersClassNumpyVersion
Parse and compare numpy version strings. NumPy has the following versioning scheme (numbers given are examples; they can be > 9 in principle)
numpy/lib/_version.py:14
↓ 10 callersClassdt
numpy/core/tests/test_dtype.py:1520
↓ 10 callersClassfinfo
finfo(dtype) Machine limits for floating point types. Attributes ---------- bits : int The number of bits occupied by t
numpy/core/getlimits.py:379
↓ 9 callersClassPhysicalQuantity
numpy/core/tests/test_function_base.py:11
↓ 9 callersClassTemplateError
Exception raised while parsing a template
tools/npy_tempita/__init__.py:59
↓ 9 callersClasserrstate
errstate(**kwargs) Context manager for floating-point error handling. Using an instance of `errstate` as a context manager allows state
numpy/core/_ufunc_config.py:368
↓ 7 callersClassLineSplitter
Object to split a string at a given delimiter or at given places. Parameters ---------- delimiter : str, int, or sequence of ints, o
numpy/lib/_iotools.py:133
↓ 7 callersClassMaskError
Class for mask related errors.
numpy/ma/core.py:156
↓ 7 callersClassNameValidator
Object to validate a list of strings to use as field names. The strings are stripped of any non alphanumeric character, and spaces are r
numpy/lib/_iotools.py:229
↓ 7 callersClassOpError
numpy/f2py/symbolic.py:109
↓ 6 callersClassChebyshev
A Chebyshev series class. The Chebyshev class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '(
numpy/polynomial/chebyshev.py:1995
↓ 6 callersClassExtension
Parameters ---------- name : str Extension name. sources : list of str List of source file locations relative to the
numpy/distutils/extension.py:17
↓ 6 callersClassMyArray
numpy/core/tests/test_overrides.py:292
↓ 6 callersClassPolynomial
A power series class. The Polynomial class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '()'
numpy/polynomial/polynomial.py:1472
↓ 6 callersClassformat_parser
Class to convert formats, names, titles description to a dtype. After constructing the format_parser object, the dtype attribute is the
numpy/core/records.py:88
↓ 6 callersClassmvoid
Fake a 'void' object to use for masked array with structured dtypes.
numpy/ma/core.py:6345
↓ 6 callersClassrecarray
Construct an ndarray that allows field access using attributes. Arrays may have a data-types containing fields, analogous to columns in a spr
numpy/core/records.py:308
↓ 5 callersClassMaskedArray
An array class with possibly masked values. Masked values of True exclude the corresponding element from any computation. Construct
numpy/ma/core.py:2697
↓ 5 callersClassType
numpy/f2py/tests/test_array_from_pyobj.py:181
↓ 5 callersClassfoo
numpy/core/tests/test_umath.py:4669
↓ 5 callersClassredirect_stdout
Context manager to redirect stdout for exec_command test.
numpy/distutils/tests/test_exec_command.py:15
↓ 5 callersClasswith_wrap
numpy/core/tests/test_umath.py:2935
↓ 4 callersClassB
numpy/core/tests/test_umath.py:3068
↓ 4 callersClassC
numpy/core/tests/test_umath.py:3071
↓ 4 callersClassHalf
numpy/core/src/common/half.hpp:23
↓ 4 callersClassLinalgCase
numpy/linalg/tests/test_linalg.py:76
↓ 4 callersClassLineQueue
numpy/linalg/lapack_lite/clapack_scrub.py:109
↓ 4 callersClassSubArray
numpy/ma/tests/test_subclassing.py:23
↓ 4 callersClassVec
numpy/core/tests/test_multiarray.py:6597
↓ 4 callersClass_DomainSafeDivide
Define a domain for safe division.
numpy/ma/core.py:840
↓ 4 callersClassiinfo
iinfo(type) Machine limits for integer types. Attributes ---------- bits : int The number of bits occupied by the type.
numpy/core/getlimits.py:631
↓ 4 callersClassredirect_stderr
Context manager to redirect stderr for exec_command test.
numpy/distutils/tests/test_exec_command.py:30
↓ 3 callersClassA
numpy/core/tests/test_multiarray.py:4080
↓ 3 callersClassArrayLike
numpy/core/tests/test_multiarray.py:8580
↓ 3 callersClassC
numpy/core/tests/test_multiarray.py:1083
↓ 3 callersClassComplicatedSubArray
numpy/ma/tests/test_subclassing.py:108
↓ 3 callersClassMachAr
Diagnosing machine parameters. Attributes ---------- ibeta : int Radix in which numbers are represented. it : int
numpy/core/_machar.py:17
↓ 3 callersClassOther
numpy/core/tests/test_overrides.py:76
↓ 3 callersClassSomeClass
numpy/core/tests/test_multiarray.py:3942
↓ 3 callersClassTemplate
tools/npy_tempita/__init__.py:93
↓ 3 callersClass_ArrayMemoryError
Thrown when an array cannot be allocated
numpy/core/_exceptions.py:117
↓ 3 callersClassfoo
numpy/core/tests/test_ufunc.py:123
↓ 3 callersClassndindex
An N-dimensional iterator object to index arrays. Given the shape of an array, an `ndindex` instance iterates over the N-dimensional ind
numpy/lib/index_tricks.py:619
↓ 3 callersClasssub
numpy/core/tests/test_arrayprint.py:21
↓ 2 callersClassArgPack
benchmarks/benchmarks/bench_ufunc.py:439
↓ 2 callersClassArraySubclass
numpy/core/tests/test_numeric.py:3494
↓ 2 callersClassBadFileLike
numpy/lib/tests/test_loadtxt.py:850
↓ 2 callersClassCompilerNotFound
numpy/distutils/fcompiler/__init__.py:45
↓ 2 callersClassConverterError
Exception raised when an error occurs in a converter for string values.
numpy/lib/_iotools.py:421
↓ 2 callersClassDiffLinter
tools/linter.py:23
↓ 2 callersClassDummyArray
numpy/core/tests/test_multiarray.py:8629
↓ 2 callersClassDummyArray
Dummy object that just exists to hang __array_interface__ dictionaries and possibly keep alive a reference to a base array.
numpy/lib/stride_tricks.py:15
↓ 2 callersClassFloatingFormat
Formatter for subtypes of np.floating
numpy/core/arrayprint.py:905
↓ 2 callersClassFormatError
Exception thrown when there is a problem parsing a configuration file.
numpy/distutils/npy_pkg_config.py:12
↓ 2 callersClassFunctionApi
numpy/core/code_generators/genapi.py:403
↓ 2 callersClassFunkyType
numpy/core/tests/test_umath.py:321
↓ 2 callersClassMAError
Class for masked array related errors.
numpy/ma/core.py:148
↓ 2 callersClassMyIter
numpy/core/tests/test_numeric.py:1252
↓ 2 callersClassMyThing
numpy/core/tests/test_ufunc.py:1933
↓ 2 callersClassNotConvertible
numpy/core/tests/test_multiarray.py:8750
↓ 2 callersClassReferenceCycleInDel
An object that not only contains a reference cycle, but creates new cycles whenever it's garbage-collected and its __del__ ru
numpy/testing/tests/test_utils.py:1592
↓ 2 callersClassT
numpy/core/tests/test_regression.py:2455
↓ 2 callersClassT
numpy/core/tests/test_nditer.py:3017
↓ 2 callersClassTypeApi
numpy/core/code_generators/genapi.py:323
↓ 2 callersClassTypeDescription
Type signature for a ufunc. Attributes ---------- type : str Character representing the nominal type. func_data : str or None
numpy/core/code_generators/generate_umath.py:44
↓ 2 callersClassUnknownFortranRoutine
Wrapper for a Fortran routine for which the corresponding file is not known.
numpy/linalg/lapack_lite/make_lite.py:91
↓ 2 callersClassVariableSet
Container object for the variables defined in a config file. `VariableSet` can be used as a plain dictionary, with the variable names as
numpy/distutils/npy_pkg_config.py:148
↓ 2 callersClassWrappedArray
Wrapping a MaskedArray rather than subclassing to test that ufunc deferrals are commutative. See: https://github.com/numpy/numpy/issues/1
numpy/ma/tests/test_subclassing.py:151
↓ 2 callersClassWrapper
numpy/core/tests/test_protocols.py:10
↓ 2 callersClass_Deprecate
Decorator class to deprecate old functions. Refer to `deprecate` for details. See Also -------- deprecate
numpy/lib/utils.py:104
↓ 2 callersClass_Pair
numpy/f2py/symbolic.py:1283
↓ 2 callersClassemulate_nonposix
Context manager to emulate os.name != 'posix'
numpy/distutils/tests/test_exec_command.py:45
↓ 2 callersClassmkl_info
numpy/distutils/system_info.py:1259
↓ 2 callersClassmylist
numpy/core/tests/test_array_coercion.py:599
↓ 2 callersClassndenumerate
Multidimensional index iterator. Return an iterator yielding pairs of array coordinates and values. Parameters ---------- arr :
numpy/lib/index_tricks.py:570
↓ 2 callersClasstaglist
numpy/core/src/common/numpy_tag.h:9
↓ 1 callersClassA
numpy/core/tests/test_overrides.py:107
↓ 1 callersClassA
numpy/typing/tests/data/pass/array_like.py:22
↓ 1 callersClassA
numpy/typing/tests/data/pass/scalars.py:32
↓ 1 callersClassA
numpy/ma/tests/test_core.py:4893
↓ 1 callersClassA
numpy/f2py/tests/test_callback.py:74
↓ 1 callersClassABCArray1
doc/neps/nep-0016-benchmark.py:14
↓ 1 callersClassABCArray2
doc/neps/nep-0016-benchmark.py:17
↓ 1 callersClassASub
numpy/core/tests/test_umath.py:3262
↓ 1 callersClassAliasedOptionError
Aliases entries in config files should not be existing. In section '{section}' we found multiple appearances of options {options}.
numpy/distutils/system_info.py:600
↓ 1 callersClassArray
n-d array object for the array API namespace. See the docstring of :py:obj:`np.ndarray <numpy.ndarray>` for more information. This
numpy/array_api/_array_object.py:45
next →1–100 of 2,137, ranked by callers