MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / functions

Functions9,057 in github.com/DutchSailor/GIS2BIM

↓ 4,825 callersFunctionassert_equal
Raises an AssertionError if two objects are not equal. Given two objects (scalars, lists, tuples, dictionaries or numpy arrays), check t
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:296
↓ 3,312 callersFunctionassert_
Assert that works in release mode. Accepts callable msg to allow deferring evaluation until failure. The Python built-in ``assert`` does
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:81
↓ 2,101 callersFunctionassert_raises
assert_raises(exception_class, callable, *args, **kwargs) assert_raises(exception_class) Fail unless an exception of class exception_cla
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1276
↓ 1,597 callersFunctionassert_equal
Asserts that two items are equal.
nodes/Dynamo 2.x/bin/numpy/ma/testutils.py:110
↓ 1,213 callersMethodappend
(self, data)
PyGIS2BIM/GIS2BIM_parser.py:72
↓ 1,038 callersMethoddtype
(self)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3348
↓ 899 callersFunctionassert_array_equal
Raises an AssertionError if two array_like objects are not equal. Given two array_like objects, check that the shape is equal and all el
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:847
↓ 627 callersMethodreshape
Give a new shape to the array without changing its data. Returns a masked array containing the same data, but with a new shape.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4537
↓ 609 callersFunctionassert_almost_equal
Raises an AssertionError if two items are not equal up to desired precision. .. note:: It is recommended to use one of `assert_allclose`
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:478
↓ 597 callersFunctionarray
Shortcut to MaskedArray. The options are in a different order for convenience and backwards compatibility.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6416
↓ 416 callersMethodview
Return a view of the MaskedArray data Parameters ---------- dtype : data-type or ndarray sub-class, optional
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3078
↓ 399 callersMethodcopy
Copy is a no-op on the maskedconstant, as it is a scalar
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6387
↓ 335 callersFunctionassert_array_almost_equal
Raises an AssertionError if two objects are not equal up to desired precision. .. note:: It is recommended to use one of `assert_allclos
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:916
↓ 302 callersMethodjoin
Return a string which is the concatenation of the strings in the sequence `seq`. See also -------- char.join
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2341
↓ 254 callersFunctionadd_newdoc
Adds documentation to obj which is in module place. If doc is a string add it to obj as a docstring If doc is a tuple, then the first e
nodes/Dynamo 2.x/bin/numpy/core/function_base.py:441
↓ 253 callersMethodjoin
(argv)
nodes/Dynamo 2.x/bin/numpy/distutils/_shell_utils.py:80
↓ 210 callersMethodall
Returns True if all elements evaluate to True. The output array is masked where all the values along the given axis are mask
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4760
↓ 208 callersFunctionjoin
Return a string which is the concatenation of the strings in the sequence `seq`. Calls `str.join` element-wise. Parameters ----
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:944
↓ 183 callersFunctioneq
(v, w, msg='')
nodes/Dynamo 2.x/bin/numpy/ma/tests/test_old_ma.py:29
↓ 183 callersMethodextend
Generic import function for any type of header-like object. Adapted version of MutableMapping.update in order to insert items with sel
nodes/Dynamo 2.x/bin/urllib3/_collections.py:231
↓ 174 callersMethodwarn
(self, message)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:861
↓ 164 callersMethodsplit
For each element in `self`, return a list of the words in the string, using `sep` as the delimiter string. See also
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2482
↓ 160 callersMethoddot
a.dot(b, out=None) Masked dot product of two arrays. Note that `out` and `strict` are located in different positions than in
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4943
↓ 158 callersMethodlower
Return an array with the elements of `self` converted to lowercase. See also -------- char.lower
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2365
↓ 153 callersFunctionf
(x)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_classes.py:149
↓ 148 callersMethodreplace
For each element in `self`, return a copy of the string with all occurrences of substring `old` replaced by `new`. See also
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2399
↓ 143 callersFunctionarray
Construct a record array from a wide-variety of objects.
nodes/Dynamo 2.x/bin/numpy/core/records.py:821
↓ 140 callersMethodstartswith
Returns a boolean array which is `True` where the string element in `self` starts with `prefix`, otherwise `False`. See also
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2506
↓ 140 callersMethodsum
(self, axis=None, dtype=None, out=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:3027
↓ 138 callersMethodreduce
Reduce target along the given axis.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6516
↓ 137 callersMethodravel
Returns a 1D version of self, as a view. Parameters ---------- order : {'C', 'F', 'A', 'K'}, optional Th
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4483
↓ 135 callersFunctionfunc
()
nodes/Dynamo 2.x/bin/click/_compat.py:591
↓ 131 callersMethodstrip
For each element in `self`, return a copy with the leading and trailing characters removed. See also --------
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2518
↓ 128 callersMethodkeys
Dict-like keys() that returns a list of names of cookies from the jar. .. seealso:: values() and items().
nodes/Dynamo 2.x/bin/requests/cookies.py:227
↓ 124 callersMethodgroup
(self, __func: t.Callable[..., t.Any])
nodes/Dynamo 2.x/bin/click/core.py:1864
↓ 123 callersMethoditems
Dict-like items() that returns a list of name-value tuples from the jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a
nodes/Dynamo 2.x/bin/requests/cookies.py:261
↓ 116 callersMethodget
r"""Sends a GET request. Returns :class:`Response` object. :param url: URL for the new :class:`Request` object. :param \*\*kwargs: Op
nodes/Dynamo 2.x/bin/requests/sessions.py:546
↓ 115 callersMethodfilled
Return a copy with masked fields filled with a given value. Parameters ---------- fill_value : scalar, optional
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6201
↓ 114 callersMethodadd
Adds a (name, value) pair, doesn't overwrite the value if it already exists. >>> headers = HTTPHeaderDict(foo='bar') >>> head
nodes/Dynamo 2.x/bin/urllib3/_collections.py:215
↓ 110 callersMethodget
(self, key, default=None)
nodes/Dynamo 2.x/bin/numpy/core/_type_aliases.py:42
↓ 108 callersMethodget
(self, name, default=None)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/environment.py:42
↓ 105 callersMethodsort
Sort the array, in-place Parameters ---------- a : array_like Array to be sorted. axis : int, op
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5521
↓ 100 callersMethodwrite
(self, data)
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:505
↓ 99 callersMethodwrite
Writes a unicode string into the internal buffer.
nodes/Dynamo 2.x/bin/click/formatting.py:133
↓ 98 callersMethodany
Returns True if any of the elements of `a` evaluate to True. Masked values are considered as False during computation. Refe
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4800
↓ 93 callersFunctionassert_warns
Fail unless the given callable throws the specified warning. A warning of class warning_class should be thrown by the callable when invo
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1715
↓ 90 callersFunctionaverage
Return the weighted average of array over the given axis. Parameters ---------- a : array_like Data to be averaged.
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:535
↓ 89 callersFunctioncheck
(A, U, exists=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_mem_overlap.py:423
↓ 88 callersFunctiongetmask
Return the mask of a masked array, or nomask. Return the mask of `a` as an ndarray if `a` is a `MaskedArray` and the mask is not `nomask
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1357
↓ 88 callersFunctionl_not
(f)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:581
↓ 87 callersFunctionassert_almost_equal
Asserts that two items are almost equal. The test is equivalent to abs(desired-actual) < 0.5 * 10**(-decimal).
nodes/Dynamo 2.x/bin/numpy/ma/testutils.py:178
↓ 86 callersFunctionl_and
(*f)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:565
↓ 85 callersMethodinfo
(self, message)
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:857
↓ 85 callersMethodsplit
(cmd)
nodes/Dynamo 2.x/bin/numpy/distutils/_shell_utils.py:84
↓ 83 callersFunctionmax
(obj, axis=None, out=None, fill_value=None, keepdims=np._NoValue)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6578
↓ 81 callersMethodpop
D.pop(k[,d]) -> v, remove specified key and return the corresponding value. If key is not found, d is returned if given, otherwise KeyError is
nodes/Dynamo 2.x/bin/urllib3/_collections.py:192
↓ 80 callersFunctionassert_array_equal
Checks the elementwise equality of two masked arrays.
nodes/Dynamo 2.x/bin/numpy/ma/testutils.py:222
↓ 79 callersMethodpartition
Partition each element in `self` around `sep`. See also -------- partition
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2389
↓ 78 callersMethodlinspace
Return x, y values at equally spaced points in domain. Returns the x, y values at `n` linearly spaced points across the domain. Here
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:778
↓ 73 callersMethodclip
(self, a, m, M, out=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1430
↓ 72 callersFunctionassert_poly_almost_equal
(p1, p2, msg="")
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_classes.py:41
↓ 70 callersFunctionoutmess
(line, flag=1)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:233
↓ 70 callersMethodsum
Return the sum of the array elements over the given axis. Masked elements are set to 0 internally. Refer to `numpy.sum` for
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4982
↓ 69 callersMethodclose
Invoke all close callbacks registered with :meth:`call_on_close`, and exit all context managers entered with :meth:`with_resource`.
nodes/Dynamo 2.x/bin/click/core.py:585
↓ 67 callersFunctionassert_allclose
Raises an AssertionError if two objects are not equal up to desired tolerance. The test is equivalent to ``allclose(actual, desired, rto
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1455
↓ 66 callersMethoddedent
Decreases the indentation.
nodes/Dynamo 2.x/bin/click/formatting.py:141
↓ 66 callersMethodencode
(self, data, errors='strict')
nodes/Dynamo 2.x/bin/idna/codec.py:9
↓ 64 callersFunctionassert_raises_regex
assert_raises_regex(exception_class, expected_regexp, callable, *args, **kwargs) assert_raises_regex(exception_class,
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1305
↓ 62 callersMethodfilter
Add a new suppressing filter or apply it if the state is entered. Parameters ---------- category : class, optional
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:2103
↓ 62 callersFunctionnorm
Matrix or vector norm. This function is able to return one of eight different matrix norms, or one of an infinite number of vector norms
nodes/Dynamo 2.x/bin/numpy/linalg/linalg.py:2326
↓ 61 callersFunctionfilled
Return input as an array with masked data replaced by a fill value. If `a` is not a `MaskedArray`, `a` itself is returned. If `a` is a `
nodes/Dynamo 2.x/bin/numpy/ma/core.py:593
↓ 61 callersMethodtolist
Transforms the mvoid object into a tuple. Masked fields are replaced by None. Returns ------- returned_tuple Tuple of f
nodes/Dynamo 2.x/bin/numpy/ma/core.py:6223
↓ 61 callersMethodvar
Returns the variance of the array elements along given axis. Masked entries are ignored, and result elements which are not f
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5246
↓ 58 callersMethodoptimize_compare
(self, subscripts, operands=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_einsum.py:741
↓ 57 callersFunctionPoly
(request)
nodes/Dynamo 2.x/bin/numpy/polynomial/tests/test_classes.py:32
↓ 57 callersMethodmax
Return the maximum along a given axis. Parameters ---------- axis : {None, int}, optional Axis along whi
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5734
↓ 54 callersFunctionasarray
Convert the input to a masked array of the given data-type. No copy is performed if the input is already an `ndarray`. If `a` is a subcl
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7779
↓ 54 callersFunctiondot
Return the dot product of two arrays. This function is the equivalent of `numpy.dot` that takes masked values into account. Note that `s
nodes/Dynamo 2.x/bin/numpy/ma/core.py:7423
↓ 54 callersMethodupper
Return an array with the elements of `self` converted to uppercase. See also -------- char.upper
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2569
↓ 53 callersFunctiondict_append
(d, **kws)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:2737
↓ 51 callersMethodcast
(self, num, obj)
nodes/Dynamo 2.x/bin/numpy/core/_internal.py:242
↓ 51 callersMethodupdate
Update the progress bar by advancing a specified number of steps, and optionally set the ``current_item`` for this new position.
nodes/Dynamo 2.x/bin/click/_termui_impl.py:279
↓ 50 callersMethodsetSeed
(self)
nodes/Dynamo 2.x/bin/numpy/random/tests/test_random.py:983
↓ 50 callersMethodset_seed
(self)
nodes/Dynamo 2.x/bin/numpy/random/tests/test_randomstate.py:1238
↓ 49 callersMethodremove
(self, item)
PyGIS2BIM/GIS2BIM_parser.py:86
↓ 48 callersMethoddecode
(self, data, errors='strict')
nodes/Dynamo 2.x/bin/idna/codec.py:19
↓ 47 callersMethodnonzero
Return the indices of unmasked elements that are not zero. Returns a tuple of arrays, one for each dimension, containing the
nodes/Dynamo 2.x/bin/numpy/ma/core.py:4830
↓ 44 callersFunctionany
Test whether any array element along a given axis evaluates to True. Returns single boolean unless `axis` is not ``None`` Parameters
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:2190
↓ 44 callersMethodcompressed
(self)
nodes/Dynamo 2.x/bin/numpy/ma/tests/test_core.py:4522
↓ 44 callersFunctioncount
Returns an array with the number of non-overlapping occurrences of substring `sub` in the range [`start`, `end`]. Calls `str.count` elem
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:470
↓ 44 callersFunctionsum
Sum of array elements over a given axis. Parameters ---------- a : array_like Elements to sum. axis : None or int or tup
nodes/Dynamo 2.x/bin/numpy/core/fromnumeric.py:2046
↓ 43 callersMethodassert_deprecated
Test if DeprecationWarnings are given and raised. This first checks if the function when called gives `num` DeprecationWarnings, afte
nodes/Dynamo 2.x/bin/numpy/core/tests/test_deprecations.py:49
↓ 43 callersFunctionoutmess
(t)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:64
↓ 43 callersMethodtake
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5846
↓ 42 callersMethodargpartition
(self, *args, **kwargs)
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5840
↓ 42 callersMethodargsort
Return the indices that sort the array lexicographically. For full documentation see `numpy.argsort`, for which this method is
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2127
↓ 42 callersFunctiongetmaskarray
Return the mask of a masked array, or full boolean array of False. Return the mask of `arr` as an ndarray if `arr` is a `MaskedArray` and
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1419
↓ 42 callersMethodread
(self, file, ignore_duplicate_keys=False)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:442
↓ 41 callersMethodargmax
Returns array of indices of the maximum values along the given axis. Masked values are treated as if they had the value fill_value.
nodes/Dynamo 2.x/bin/numpy/ma/core.py:5484
↓ 41 callersFunctiondefault_fill_value
Return the default fill value for the argument object. The default filling value depends on the datatype of the input array or the type
nodes/Dynamo 2.x/bin/numpy/ma/core.py:235
next →1–100 of 9,057, ranked by callers