MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / types & classes

Types & classes1,389 in github.com/DutchSailor/GIS2BIM

↓ 88 callersClassMovedAttribute
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:136
↓ 87 callersClasssuppress_warnings
Context manager and decorator doing much the same as ``warnings.catch_warnings``. However, it also provides a filter mechanism to work a
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1982
↓ 59 callersClassmatrix
matrix(data, dtype=None, copy=True) .. note:: It is no longer recommended to use this class, even for linear algebra. Instead
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:75
↓ 45 callersClassMovedModule
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:102
↓ 40 callersClassLinalgCase
nodes/Dynamo 2.x/bin/numpy/linalg/tests/test_linalg.py:70
↓ 31 callersClassLanguage
Metadata about a language useful for training models :ivar name: The human name for the language, in English. :type name: str :ivar iso_c
nodes/Dynamo 2.x/bin/chardet/metadata/languages.py:16
↓ 26 callersClass_MaskedUnaryOperation
Defines masked version of unary operations, where invalid values are pre-masked. Parameters ---------- mufunc : callable
nodes/Dynamo 2.x/bin/numpy/ma/core.py:898
↓ 26 callersClass_frommethod
Define functions from existing MaskedArray methods. Parameters ---------- methodname : str Name of the method to transform.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6608
↓ 20 callersClassIDNAError
Base exception for all IDNA-encoding related problems
nodes/Dynamo 2.x/bin/idna/core.py:16
↓ 20 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
nodes/Dynamo 2.x/bin/numpy/core/memmap.py:25
↓ 19 callersClassdt
nodes/Dynamo 2.x/bin/numpy/core/tests/test_dtype.py:1041
↓ 18 callersClass_MaskedBinaryOperation
Define masked version of binary operations, where invalid values are pre-masked. Parameters ---------- mbfunc : function
nodes/Dynamo 2.x/bin/numpy/ma/core.py:972
↓ 15 callersClassConfiguration
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:731
↓ 15 callersClassLinAlgError
Generic Python-exception-derived object raised by linalg functions. General purpose exception class, derived from Python's exception.Excepti
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:53
↓ 15 callersClassfinfo
finfo(dtype) Machine limits for floating point types. Attributes ---------- bits : int The number of bits occupied by t
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:294
↓ 14 callersClassA
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1562
↓ 14 callersClassSingleByteCharSetProber
nodes/Dynamo 2.x/bin/chardet/sbcharsetprober.py:45
↓ 13 callersClassmvoid
Fake a 'void' object to use for masked array with structured dtypes.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6113
↓ 12 callersClassCodingStateMachine
A state machine to verify a byte sequence for a particular encoding. For each byte the detector receives, it will feed that byte to every act
nodes/Dynamo 2.x/bin/chardet/codingstatemachine.py:33
↓ 12 callersClassPhysicalQuantity
nodes/Dynamo 2.x/bin/numpy/core/tests/test_function_base.py:13
↓ 11 callersClassPytestTester
Pytest test runner. This class is made available in ``numpy.testing``, and a test function is typically added to a package's __init__.py
nodes/Dynamo 2.x/bin/numpy/_pytesttester.py:47
↓ 11 callersClasserrstate
errstate(**kwargs) Context manager for floating-point error handling. Using an instance of `errstate` as a context manager allows state
nodes/Dynamo 2.x/bin/numpy/core/_ufunc_config.py:376
↓ 11 callersClasssub
nodes/Dynamo 2.x/bin/numpy/core/tests/test_arrayprint.py:21
↓ 10 callersClassC
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1603
↓ 10 callersClassPolynomial
A power series class. The Polynomial class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '()'
nodes/Dynamo 2.x/bin/numpy/polynomial/polynomial.py:1442
↓ 10 callersClassSSLError
Raised when SSL certificate fails in an HTTPS connection.
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:44
↓ 9 callersClassMyArray
nodes/Dynamo 2.x/bin/numpy/core/tests/test_overrides.py:286
↓ 9 callersClass_DomainSafeDivide
Define a domain for safe division.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:835
↓ 8 callersClassA
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:3667
↓ 8 callersClassChebyshev
A Chebyshev series class. The Chebyshev class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '(
nodes/Dynamo 2.x/bin/numpy/polynomial/chebyshev.py:1966
↓ 8 callersClassMaskError
Class for mask related errors.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:170
↓ 8 callersClass_convert2ma
Convert functions from numpy to numpy.ma. Parameters ---------- _methodname : string Name of the method to transform
nodes/Dynamo 2.x/bin/numpy/ma/core.py:8046
↓ 7 callersClassCompletionItem
Represents a completion value and metadata about the value. The default metadata is ``type`` to indicate special shell handling, and ``help``
nodes/Dynamo 2.x/bin/click/shell_completion.py:55
↓ 7 callersClassVec
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:5721
↓ 7 callersClassrecarray
Construct an ndarray that allows field access using attributes. Arrays may have a data-types containing fields, analogous to columns in a spr
nodes/Dynamo 2.x/bin/numpy/core/records.py:319
↓ 6 callersClassCaseInsensitiveDict
A case-insensitive ``dict``-like object. Implements all methods and operations of ``MutableMapping`` as well as dict's ``copy``. Also pro
nodes/Dynamo 2.x/bin/requests/structures.py:15
↓ 6 callersClassCityJSON
nodes/Dynamo 2.x/bin/cjio/cityjson.py:236
↓ 6 callersClassIDNABidiError
Exception when bidirectional requirements are not satisfied
nodes/Dynamo 2.x/bin/idna/core.py:21
↓ 6 callersClassInvalidURL
The URL provided was somehow invalid.
nodes/Dynamo 2.x/bin/requests/exceptions.py:80
↓ 6 callersClassMachArLike
Object to simulate MachAr instance
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:34
↓ 6 callersClassMaskedArray
An array class with possibly masked values. Masked values of True exclude the corresponding element from any computation. Construct
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2708
↓ 6 callersClassReadTimeoutError
Raised when a socket timeout occurs while receiving data from a server
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:120
↓ 6 callersClassStruct
nodes/Dynamo 2.x/bin/numpy/tests/test_ctypeslib.py:220
↓ 6 callersClassType
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_array_from_pyobj.py:134
↓ 6 callersClass_DomainedBinaryOperation
Define binary operations that have a domain, like divide. They have no reduce, outer or accumulate. Parameters ---------- mbfun
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1120
↓ 6 callersClassformat_parser
Class to convert formats, names, titles description to a dtype. After constructing the format_parser object, the dtype attribute is the
nodes/Dynamo 2.x/bin/numpy/core/records.py:101
↓ 6 callersClasswith_wrap
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1471
↓ 5 callersClassAbort
An internal signalling exception that signals Click to abort.
nodes/Dynamo 2.x/bin/click/exceptions.py:273
↓ 5 callersClassB
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:1600
↓ 5 callersClassKnownFailureException
Raise this exception to mark a test as a known failing test.
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:47
↓ 5 callersClassLocationParseError
Raised when get_host or similar fails to parse the URL input.
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:158
↓ 5 callersClassSomeClass
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:3529
↓ 5 callersClass_fromnxfunction_seq
A version of `_fromnxfunction` that is called with a single sequence of arrays followed by auxiliary args that are passed verbatim for bo
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:290
↓ 5 callersClass_typedict
Base object for a dictionary for look-up with any alias for an array dtype. Instances of `_typedict` can not be used as dictionaries directl
nodes/Dynamo 2.x/bin/numpy/core/numerictypes.py:429
↓ 5 callersClassfoo
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:3024
↓ 5 callersClassredirect_stderr
Context manager to redirect stderr for exec_command test.
nodes/Dynamo 2.x/bin/numpy/distutils/tests/test_exec_command.py:33
↓ 5 callersClassredirect_stdout
Context manager to redirect stdout for exec_command test.
nodes/Dynamo 2.x/bin/numpy/distutils/tests/test_exec_command.py:18
↓ 4 callersClassAppEnginePlatformError
nodes/Dynamo 2.x/bin/urllib3/contrib/appengine.py:75
↓ 4 callersClassCertificateError
nodes/Dynamo 2.x/bin/urllib3/packages/ssl_match_hostname/_implementation.py:21
↓ 4 callersClassClickException
An exception that Click can handle and show to the user.
nodes/Dynamo 2.x/bin/click/exceptions.py:23
↓ 4 callersClassConnectionError
A Connection error occurred.
nodes/Dynamo 2.x/bin/requests/exceptions.py:32
↓ 4 callersClassFloatingFormat
Formatter for subtypes of np.floating
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:842
↓ 4 callersClassMaxRetryError
Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConne
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:77
↓ 4 callersClassNewConnectionError
Raised when we fail to establish a new connection. Usually ECONNREFUSED.
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:134
↓ 4 callersClassNode
Node element in a DoubleLinkedList. Each node in a valid list is associated with a value/data element and with its left and r
PyGIS2BIM/GIS2BIM_parser.py:32
↓ 4 callersClassNotConvertible
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:7478
↓ 4 callersClassPath
The ``Path`` type is similar to the :class:`File` type, but returns the filename instead of an open file. Various checks can be enabled to val
nodes/Dynamo 2.x/bin/click/types.py:753
↓ 4 callersClassProtocolError
Raised when something unexpected happens mid-request/response.
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:64
↓ 4 callersClassProxySchemeUnsupported
Fetching HTTPS resources through HTTPS proxies is unsupported
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:306
↓ 4 callersClassSequenceLike
nodes/Dynamo 2.x/bin/numpy/core/tests/test_indexing.py:487
↓ 4 callersClassSubArray
nodes/Dynamo 2.x/bin/numpy/ma/tests/test_subclassing.py:24
↓ 4 callersClass_NonClosingTextIOWrapper
nodes/Dynamo 2.x/bin/click/_compat.py:61
↓ 4 callersClassclear_and_catch_warnings
Context manager that resets warning registry for catching warnings Warnings can be slippery, because, whenever a warning is triggered, Python
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1916
↓ 4 callersClassiinfo
iinfo(type) Machine limits for integer types. Attributes ---------- bits : int The number of bits occupied by the type.
nodes/Dynamo 2.x/bin/numpy/core/getlimits.py:445
↓ 4 callersClassx
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:839
↓ 3 callersClassArrayLike
nodes/Dynamo 2.x/bin/numpy/core/tests/test_shape_base.py:710
↓ 3 callersClassBadParameter
An exception that formats out a standardized error message for a bad parameter. This is useful when thrown from a callback or type as Click w
nodes/Dynamo 2.x/bin/click/exceptions.py:85
↓ 3 callersClassCompilerNotFound
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/__init__.py:46
↓ 3 callersClassComplicatedSubArray
nodes/Dynamo 2.x/bin/numpy/ma/tests/test_subclassing.py:113
↓ 3 callersClassConnectTimeoutError
Raised when a socket timeout occurs while connecting to a server
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:128
↓ 3 callersClassConsoleStream
nodes/Dynamo 2.x/bin/click/_winconsole.py:181
↓ 3 callersClassEnvironmentConfig
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/environment.py:9
↓ 3 callersClassFormatError
Exception thrown when there is a problem parsing a configuration file.
nodes/Dynamo 2.x/bin/numpy/distutils/npy_pkg_config.py:17
↓ 3 callersClassGisRectBoundingBox
PyGIS2BIM/GIS2BIM.py:190
↓ 3 callersClassInvalidHeader
The header provided was somehow invalid.
nodes/Dynamo 2.x/bin/urllib3/exceptions.py:280
↓ 3 callersClassMachAr
Diagnosing machine parameters. Attributes ---------- ibeta : int Radix in which numbers are represented. it : int
nodes/Dynamo 2.x/bin/numpy/core/machar.py:19
↓ 3 callersClassOther
nodes/Dynamo 2.x/bin/numpy/core/tests/test_overrides.py:80
↓ 3 callersClassPoint2
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:1002
↓ 3 callersClassPreparedRequest
The fully mutable :class:`PreparedRequest <PreparedRequest>` object, containing the exact bytes that will be sent to the server. Instances ar
nodes/Dynamo 2.x/bin/requests/models.py:272
↓ 3 callersClassRequestsCookieJar
Compatibility class; is a cookielib.CookieJar, but exposes a dict interface. This is the CookieJar we create by default for requests and sess
nodes/Dynamo 2.x/bin/requests/cookies.py:171
↓ 3 callersClassT
nodes/Dynamo 2.x/bin/numpy/core/tests/test_regression.py:2453
↓ 3 callersClassUniversalDetector
The ``UniversalDetector`` class underlies the ``chardet.detect`` function and coordinates all of the different charset probers. To get a
nodes/Dynamo 2.x/bin/chardet/universaldetector.py:51
↓ 3 callersClassUrl
Data structure for representing an HTTP URL. Used as a return value for :func:`parse_url`. Both the scheme and host are normalized as they ar
nodes/Dynamo 2.x/bin/urllib3/util/url.py:82
↓ 3 callersClass_DomainCheckInterval
Define a valid interval, so that : ``domain_check_interval(a,b)(x) == True`` where ``x < a`` or ``x > b``.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:792
↓ 3 callersClass_DomainGreater
DomainGreater(v)(x) is True where x <= v.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:856
↓ 3 callersClass_NamedTextIOWrapper
nodes/Dynamo 2.x/bin/click/testing.py:64
↓ 3 callersClass_fromnxfunction_allargs
A version of `_fromnxfunction` that is called with multiple array arguments. Similar to `_fromnxfunction_args` except that all args are c
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:328
↓ 3 callersClasscontextlib_nullcontext
Context manager that does no additional processing. Used as a stand-in for a normal context manager, when a particular block of code is only
nodes/Dynamo 2.x/bin/numpy/compat/py3k.py:110
↓ 3 callersClassfoo
nodes/Dynamo 2.x/bin/numpy/core/tests/test_ufunc.py:116
↓ 2 callersClassAliasedOptionError
Aliases entries in config files should not be existing. In section '{section}' we found multiple appearances of options {options}.
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:451
next →1–100 of 1,389, ranked by callers