MCPcopy Create free account

hub / github.com/DutchSailor/GIS2BIM / functions

Functions9,057 in github.com/DutchSailor/GIS2BIM

↓ 6 callersFunctionequal
Return (x1 == x2) element-wise. Unlike `numpy.equal`, this comparison is performed by first stripping whitespace characters from the end
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:110
↓ 6 callersFunctionextend_all
(module)
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:2400
↓ 6 callersFunctionextract_cookies_to_jar
Extract the cookies from the response into a CookieJar. :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) :param request:
nodes/Dynamo 2.x/bin/requests/cookies.py:118
↓ 6 callersMethodget
Dict-like get() that also supports optional domain and path args in order to resolve naming collisions from using one cookie jar over
nodes/Dynamo 2.x/bin/requests/cookies.py:189
↓ 6 callersMethodget_config_cmd
Returns the numpy.distutils config command instance.
nodes/Dynamo 2.x/bin/numpy/distutils/misc_util.py:1757
↓ 6 callersMethodget_epsg
(self)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:421
↓ 6 callersFunctiongreater_equal
Return (x1 >= x2) element-wise. Unlike `numpy.greater_equal`, this comparison is performed by first stripping whitespace characters from
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:162
↓ 6 callersMethodhas_metadata_extended
Returns whether +metadata-extended exist in this CityJSON file or not
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1780
↓ 6 callersFunctionhasbody
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:535
↓ 6 callersFunctionhstack
Stack arrays in sequence horizontally (column wise). This is equivalent to concatenation along the second axis, except for 1-D arrays wh
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:286
↓ 6 callersMethodidentity
Identity function. If ``p`` is the returned series, then ``p(x) == x`` for all values of x. Parameters ----------
nodes/Dynamo 2.x/bin/numpy/polynomial/_polybase.py:942
↓ 6 callersMethodincrement
Return a new Retry object with incremented retry counters. :param response: A response object, or None, if the server did not ret
nodes/Dynamo 2.x/bin/urllib3/util/retry.py:485
↓ 6 callersFunctionindirect
(x)
nodes/Dynamo 2.x/bin/numpy/core/arrayprint.py:386
↓ 6 callersMethodisalnum
Returns true for each element if all characters in the string are alphanumeric and there is at least one character, false oth
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2252
↓ 6 callersFunctionisfileobj
(f)
nodes/Dynamo 2.x/bin/numpy/compat/py3k.py:49
↓ 6 callersFunctionload_library
It is possible to load a library using >>> lib = ctypes.cdll[<full_path_name>] # doctest: +SKIP But there are cross-platfor
nodes/Dynamo 2.x/bin/numpy/ctypeslib.py:93
↓ 6 callersMethodmake_context
This function when given an info name and arguments will kick off the parsing and create a new :class:`Context`. It does not invoke t
nodes/Dynamo 2.x/bin/click/core.py:884
↓ 6 callersFunctionmasked_all
Empty masked array with all elements masked. Return an empty masked array of the given shape and dtype, where all the data are masked.
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:107
↓ 6 callersMethodmax
Return the maximum value along an axis. Parameters ---------- See `amax` for complete descriptions See Also
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:613
↓ 6 callersMethodmin
Return the minimum value along an axis. Parameters ---------- See `amin` for complete descriptions. See Als
nodes/Dynamo 2.x/bin/numpy/matrixlib/defmatrix.py:687
↓ 6 callersFunctionnormalize_descr
Normalize a description adding the platform byteorder.
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numerictypes.py:72
↓ 6 callersFunctionobj2sctype
Return the scalar dtype or NumPy equivalent of Python type of an object. Parameters ---------- rep : any The object of which
nodes/Dynamo 2.x/bin/numpy/core/numerictypes.py:240
↓ 6 callersFunctionparams_0
(f)
nodes/Dynamo 2.x/bin/numpy/random/tests/test_smoke.py:17
↓ 6 callersFunctionpolyfit
Any masked values in x is propagated in y, and vice-versa.
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1881
↓ 6 callersMethodread
(self, n: int = -1)
nodes/Dynamo 2.x/bin/click/testing.py:35
↓ 6 callersMethodread
(self, len=1024, buffer=None)
nodes/Dynamo 2.x/bin/urllib3/util/ssltransport.py:72
↓ 6 callersFunctionread_config
Return library info for a package from its configuration file. Parameters ---------- pkgname : str Name of the package (shou
nodes/Dynamo 2.x/bin/numpy/distutils/npy_pkg_config.py:331
↓ 6 callersMethodremove_duplicate_vertices
(self)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1076
↓ 6 callersMethodremove_orphan_vertices
(self)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1039
↓ 6 callersFunctionrmbadname
(names)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:273
↓ 6 callersMethodset_commands
(self, **kw)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/__init__.py:267
↓ 6 callersMethodto_info_dict
(self)
nodes/Dynamo 2.x/bin/click/core.py:2586
↓ 6 callersMethodtranslate
For each element in `self`, return a copy of the string where all characters occurring in the optional argument `deletechars`
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2555
↓ 6 callersFunctionvar2fixfortran
(vars, a, fa=None, f90mode=None)
nodes/Dynamo 2.x/bin/numpy/f2py/func2subr.py:31
↓ 5 callersMethod__init__
( self, name: t.Optional[str] = None, commands: t.Optional[t.Union[t.Dict[str, Command
nodes/Dynamo 2.x/bin/click/core.py:1786
↓ 5 callersMethod__init__
(self, axis, ndim=None, msg_prefix=None)
nodes/Dynamo 2.x/bin/numpy/core/_exceptions.py:127
↓ 5 callersMethod__reduce__
(self)
nodes/Dynamo 2.x/bin/numpy/core/records.py:87
↓ 5 callersFunction_aligned_zeros
Allocate a new ndarray with aligned memory. The ndarray is guaranteed *not* aligned to twice the requested alignment. Eg, if align=4, gu
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:64
↓ 5 callersFunction_arrays_for_stack_dispatcher
(arrays, stacklevel=4)
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:208
↓ 5 callersFunction_block_dispatcher
(arrays)
nodes/Dynamo 2.x/bin/numpy/core/shape_base.py:674
↓ 5 callersMethod_check_ldexp
(self, tp)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_umath.py:909
↓ 5 callersFunction_construction_repr
Creates a string repr of the dtype, excluding the 'dtype()' part surrounding the object. This object may be a string, a list, or a dict d
nodes/Dynamo 2.x/bin/numpy/core/_dtype.py:80
↓ 5 callersFunction_cseries_to_zseries
Covert Chebyshev series to z-series. Covert a Chebyshev series to the equivalent z-series. The result is never an empty array. The dtype of t
nodes/Dynamo 2.x/bin/numpy/polynomial/chebyshev.py:116
↓ 5 callersMethod_echo
(self, rv: bytes)
nodes/Dynamo 2.x/bin/click/testing.py:29
↓ 5 callersFunction_flop_count
Computes the number of FLOPS in the contraction. Parameters ---------- idx_contraction : iterable The indices involved in th
nodes/Dynamo 2.x/bin/numpy/core/einsumfunc.py:20
↓ 5 callersFunction_gen_alignment_data
generator producing data with different alignment and offsets to test simd vectorization Parameters ---------- dtype : dtype
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1805
↓ 5 callersMethod_generate_int_data
(self, n, m)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:1459
↓ 5 callersMethod_get_module
(self, fullname)
nodes/Dynamo 2.x/bin/urllib3/packages/six.py:177
↓ 5 callersFunction_is_script
(cp, script)
nodes/Dynamo 2.x/bin/idna/core.py:43
↓ 5 callersFunction_mean
(a, **args)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_multiarray.py:5340
↓ 5 callersFunction_path
(*a)
nodes/Dynamo 2.x/bin/numpy/f2py/tests/test_parameter.py:12
↓ 5 callersFunction_print_cmd
(s, **styles)
nodes/Dynamo 2.x/bin/cjio/cjio.py:730
↓ 5 callersMethod_reproject_ring
(ring, transformer)
nodes/Dynamo 2.x/bin/cjio/models.py:197
↓ 5 callersFunction_shrink_mask
Shrink a mask to nomask if possible
nodes/Dynamo 2.x/bin/numpy/ma/core.py:1540
↓ 5 callersFunction_unot
(s)
nodes/Dynamo 2.x/bin/idna/core.py:49
↓ 5 callersFunction_unquote_file
(url: str)
nodes/Dynamo 2.x/bin/click/_termui_impl.py:554
↓ 5 callersMethod_vertex_indexer
(geom, vtx_lookup, vtx_idx)
nodes/Dynamo 2.x/bin/cjio/models.py:202
↓ 5 callersFunctionapply_tag
Add the given tag (a string) to each of the cases (a list of LinalgCase objects)
nodes/Dynamo 2.x/bin/numpy/linalg/tests/test_linalg.py:92
↓ 5 callersFunctionassert_array_compare
Asserts that comparison between two masked arrays is satisfied. The comparison is elementwise.
nodes/Dynamo 2.x/bin/numpy/ma/testutils.py:197
↓ 5 callersFunctionassert_array_less
Raises an AssertionError if two array_like objects are not ordered by less than. Given two array_like objects, check that the shape is e
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:1027
↓ 5 callersFunctionassert_no_gc_cycles
Fail if the given callable produces any reference cycles. If called with all arguments omitted, may be used as a context manager: w
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:2313
↓ 5 callersMethodcalc_extra_info
Updates the information in the current information with respect to these flags: extra_compile_args extra_link_args
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:665
↓ 5 callersMethodcapitalize
Return a copy of `self` with only the first character of each element capitalized. See also -------- char.ca
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2148
↓ 5 callersMethodcflags
(self, section="default")
nodes/Dynamo 2.x/bin/numpy/distutils/npy_pkg_config.py:135
↓ 5 callersMethodcheck_func
(self, func, headers=None, include_dirs=None, libraries=None, library_di
nodes/Dynamo 2.x/bin/numpy/distutils/command/config.py:317
↓ 5 callersMethodcheck_function
(self, func, fill_value=None)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:2275
↓ 5 callersMethodcheck_identityless_reduction
(self, a)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_ufunc.py:1255
↓ 5 callersMethodclose
Close all pooled connections and disable the pool.
nodes/Dynamo 2.x/bin/urllib3/connectionpool.py:93
↓ 5 callersMethodclose
(self)
nodes/Dynamo 2.x/bin/urllib3/contrib/securetransport.py:657
↓ 5 callersMethodcompare_array_value
(self, dz, value, fill_value)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_numeric.py:2361
↓ 5 callersMethodcompressed
Return all the non-masked data as a 1-D array. Returns ------- data : ndarray A new `ndarray` holding th
nodes/Dynamo 2.x/bin/numpy/ma/core.py:3739
↓ 5 callersMethodcontent_check
(self, ua, ua_scalar, nbytes)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_unicode.py:73
↓ 5 callersMethodcontent_check
(self, ua, ua_scalar, nbytes)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_unicode.py:125
↓ 5 callersMethodcontent_check
(self, ua, ua_scalar, nbytes)
nodes/Dynamo 2.x/bin/numpy/core/tests/test_unicode.py:210
↓ 5 callersMethodcopy
Return a copy of this RequestsCookieJar.
nodes/Dynamo 2.x/bin/requests/cookies.py:414
↓ 5 callersFunctiondadd
(line, s=doc)
nodes/Dynamo 2.x/bin/numpy/f2py/common_rules.py:68
↓ 5 callersMethoddecompress
(self)
nodes/Dynamo 2.x/bin/cjio/cityjson.py:1147
↓ 5 callersMethoddecompress
(self, data)
nodes/Dynamo 2.x/bin/urllib3/response.py:82
↓ 5 callersFunctionfft
Compute the one-dimensional discrete Fourier Transform. This function computes the one-dimensional *n*-point discrete Fourier Transform
nodes/Dynamo 2.x/bin/numpy/fft/pocketfft.py:93
↓ 5 callersFunctionflatnotmasked_contiguous
Find contiguous unmasked data in a masked array along the given axis. Parameters ---------- a : narray The input array.
nodes/Dynamo 2.x/bin/numpy/ma/extras.py:1622
↓ 5 callersFunctionflatten_structured_array
Flatten a structured array. The data type of the output is chosen such that it can represent all of the (nested) fields. Parameters
nodes/Dynamo 2.x/bin/numpy/ma/core.py:2495
↓ 5 callersFunctionget_current_context
(silent: "te.Literal[False]" = False)
nodes/Dynamo 2.x/bin/click/globals.py:12
↓ 5 callersMethodget_identifier
Returns the identifier of this file. If there is one in metadata, it will be returned. Otherwise, the filename will.
nodes/Dynamo 2.x/bin/cjio/cityjson.py:634
↓ 5 callersMethodget_paths
(self, section, key)
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:2450
↓ 5 callersFunctionget_real_dtype
(dtype)
nodes/Dynamo 2.x/bin/numpy/linalg/tests/test_linalg.py:45
↓ 5 callersMethodget_redirect_location
Should we redirect and where to? :returns: Truthy redirect location string if we got a redirect status code and valid lo
nodes/Dynamo 2.x/bin/urllib3/response.py:262
↓ 5 callersMethodget_runtime_lib_dirs
(self, key='runtime_library_dirs')
nodes/Dynamo 2.x/bin/numpy/distutils/system_info.py:775
↓ 5 callersFunctiongetfortranname
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:592
↓ 5 callersFunctiongetmultilineblock
(rout, blockname, comment=1, counter=0)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:606
↓ 5 callersFunctiongetpydocsign
(a, var)
nodes/Dynamo 2.x/bin/numpy/f2py/capi_maps.py:377
↓ 5 callersFunctionimport_nose
Import nose only when needed.
nodes/Dynamo 2.x/bin/numpy/testing/_private/utils.py:59
↓ 5 callersFunctionintel_version_match
(type)
nodes/Dynamo 2.x/bin/numpy/distutils/fcompiler/intel.py:14
↓ 5 callersMethodisalpha
Returns true for each element if all characters in the string are alphabetic and there is at least one character, false other
nodes/Dynamo 2.x/bin/numpy/core/defchararray.py:2265
↓ 5 callersFunctioniscomplex
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:104
↓ 5 callersFunctionismodule
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:255
↓ 5 callersFunctionismoduleroutine
(rout)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:251
↓ 5 callersFunctionisoptional
(var)
nodes/Dynamo 2.x/bin/numpy/f2py/auxfuncs.py:380
↓ 5 callersFunctionisscalar
Returns True if the type of `num` is a scalar type. Parameters ---------- num : any Input argument, can be of any type and s
nodes/Dynamo 2.x/bin/numpy/core/numeric.py:1783
↓ 5 callersMethoditeritems
Iterate over all header lines, including duplicate ones.
nodes/Dynamo 2.x/bin/urllib3/_collections.py:295
↓ 5 callersFunctionmarkouterparen
(line)
nodes/Dynamo 2.x/bin/numpy/f2py/crackfortran.py:799
← previousnext →501–600 of 9,057, ranked by callers