MCPcopy Create free account

hub / github.com/ankitpathak62/Jarvis-2025 / functions

Functions49,674 in github.com/ankitpathak62/Jarvis-2025

↓ 90 callersMethodappend
Add single element to end of ``ParseResults`` list of elements. Example:: numlist = Word(nums)[...] print(n
envJarvis/Lib/site-packages/setuptools/_vendor/pyparsing/results.py:374
↓ 90 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
envJarvis/Lib/site-packages/numpy/ma/core.py:1408
↓ 90 callersMethodglob
(self, pattern: str)
envJarvis/Lib/site-packages/anyio/_core/_fileio.py:478
↓ 90 callersFunctionl_and
(*f)
envJarvis/Lib/site-packages/numpy/f2py/auxfuncs.py:614
↓ 89 callersFunctionwarn
(message)
envJarvis/Lib/site-packages/gevent/monkey/api.py:188
↓ 88 callersMethodappend
(self, item)
envJarvis/Lib/site-packages/setuptools/command/egg_info.py:488
↓ 88 callersMethodstd
Returns the standard deviation of the array elements along given axis. Masked entries are ignored. Refer to `numpy.std` for
envJarvis/Lib/site-packages/numpy/ma/core.py:5586
↓ 87 callersMethod__class__
(self)
envJarvis/Lib/site-packages/gevent/threading.py:260
↓ 87 callersMethodget
Send a `GET` request. **Parameters**: See `httpx.request`.
envJarvis/Lib/site-packages/httpx/_client.py:1036
↓ 87 callersMethodget
Get a named layout, or None if it doesn't exist. Args: name (str): Name of layout. Returns: Optional[Layout]
envJarvis/Lib/site-packages/pip/_vendor/rich/layout.py:198
↓ 87 callersMethodpartition
Partition each element in `self` around `sep`. See Also -------- partition
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:984
↓ 86 callersMethodlistdir
List files in the source Repository. Returns ------- files : list of str or pathlib.Path List of file na
envJarvis/Lib/site-packages/numpy/lib/_datasource.py:682
↓ 86 callersMethodlower
Return an array with the elements of `self` converted to lowercase. See Also -------- char.lower
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:960
↓ 86 callersMethodread
(self, length=None)
envJarvis/Lib/site-packages/gevent/pywsgi.py:429
↓ 86 callersMethodrstrip
(self, chars: str | None = None, /)
envJarvis/Lib/site-packages/markupsafe/__init__.py:269
↓ 86 callersMethodstart
(self, *args)
envJarvis/Lib/site-packages/gevent/tests/test__systemerror.py:17
↓ 85 callersMethodwrite
(text)
envJarvis/Lib/site-packages/pip/_vendor/pygments/formatters/other.py:95
↓ 84 callersFunctionvars
()
envJarvis/Lib/site-packages/setuptools/_distutils/command/_framework_compat.py:42
↓ 83 callersMethodexists
(self)
envJarvis/Lib/site-packages/pip/_vendor/distlib/wheel.py:239
↓ 83 callersFunctionget_hub
Return the hub for the current thread. If a hub does not exist in the current thread, a new one is created of the type returned by :func
envJarvis/Lib/site-packages/gevent/_hub_local.py:75
↓ 83 callersMethodwrite
(self, *args, **kwargs)
envJarvis/Lib/site-packages/speech_recognition/__init__.py:1286
↓ 82 callersMethoddecode
(self, data: bytes, errors: str = "strict")
envJarvis/Lib/site-packages/pip/_vendor/idna/codec.py:20
↓ 82 callersMethodencode
(self, data: str, errors: str = "strict")
envJarvis/Lib/site-packages/pip/_vendor/idna/codec.py:11
↓ 82 callersFunctionfunc
(self, other)
envJarvis/Lib/site-packages/numpy/lib/mixins.py:20
↓ 82 callersMethodlower
(self)
envJarvis/Lib/site-packages/setuptools/_vendor/jaraco/text/__init__.py:121
↓ 81 callersMethodescape
Escape a string. Calls :func:`escape` and ensures that for subclasses the correct type is returned.
envJarvis/Lib/site-packages/markupsafe/__init__.py:231
↓ 81 callersMethodget
(self, key: str)
envJarvis/Lib/site-packages/werkzeug/datastructures/headers.py:111
↓ 81 callersMethodupdate
(self, config: Optional['ModelConfigData'])
envJarvis/Lib/site-packages/pydantic/v1/mypy.py:775
↓ 80 callersFunctionbygroups
Callback that yields multiple actions for each group in the match.
envJarvis/Lib/site-packages/pip/_vendor/pygments/lexer.py:387
↓ 80 callersMethodprod
Return the product of the array elements over the given axis. Masked elements are set to 1 internally for computation. Refe
envJarvis/Lib/site-packages/numpy/ma/core.py:5343
↓ 79 callersFunctioncopy_metadata
Collect distribution metadata so that ``importlib.metadata.distribution()`` or ``pkg_resources.get_distribution()`` can find it. This fu
envJarvis/Lib/site-packages/PyInstaller/utils/hooks/__init__.py:911
↓ 79 callersMethodmax
Return the maximum along a given axis. Parameters ---------- axis : None or int or tuple of ints, optional
envJarvis/Lib/site-packages/numpy/ma/core.py:6004
↓ 79 callersMethodsetdefault
Set `default` if the key is not in the cache otherwise leave unchanged. Return the value of this key.
envJarvis/Lib/site-packages/jinja2/utils.py:481
↓ 78 callersMethodfull
Return a boolean indicating whether this pool is full, e.g. if :meth:`add` would block. :return: False if there is room for
envJarvis/Lib/site-packages/gevent/pool.py:576
↓ 78 callersMethodget
Get a header value. Like __getitem__() but return failobj instead of None when the field is missing.
envJarvis/Lib/site-packages/future/backports/email/message.py:417
↓ 78 callersMethodset_name
Define name for this expression, makes debugging and exception messages clearer. If `__diag__.enable_debug_on_named_expressions` is s
envJarvis/Lib/site-packages/pyparsing/core.py:1915
↓ 77 callersMethodrelease
Release the mutex. Only the greenlet that originally acquired the mutex can release it.
envJarvis/Lib/site-packages/gevent/lock.py:336
↓ 77 callersMethodzeros_like
(x)
envJarvis/Lib/site-packages/numpy/fft/tests/test_pocketfft.py:91
↓ 76 callersMethodwrite
(data)
envJarvis/Lib/site-packages/gevent/tests/test__pywsgi.py:280
↓ 75 callersFunctionasarray
Convert the input to a `~numpy.char.chararray`, copying the data only if necessary. Versus a NumPy array of dtype `bytes_` or `str_`, th
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:1357
↓ 74 callersMethodadd
Add a child tree. Args: label (RenderableType): The renderable or str for the tree label. style (StyleType, optional)
envJarvis/Lib/site-packages/pip/_vendor/rich/tree.py:55
↓ 74 callersFunctionas_number
Return object as INTEGER or REAL constant.
envJarvis/Lib/site-packages/numpy/f2py/symbolic.py:950
↓ 74 callersFunctionimplementedBy
Return the interfaces implemented for a class' instances The value returned is an `~zope.interface.interfaces.IDeclaration`.
envJarvis/Lib/site-packages/zope/interface/declarations.py:425
↓ 74 callersMethodmean
Returns the average of the array elements along given axis. Masked entries are ignored, and result elements which are not fi
envJarvis/Lib/site-packages/numpy/ma/core.py:5416
↓ 73 callersFunctionchr
Return a byte-string of one character with ordinal i; 0 <= i <= 256
envJarvis/Lib/site-packages/past/builtins/misc.py:25
↓ 73 callersMethodget
(self, key, default=None)
envJarvis/Lib/site-packages/pip/_vendor/distlib/compat.py:557
↓ 73 callersMethodget_finalized_command
Wrapper around Distribution's 'get_command_obj()' method: find (create if necessary and 'create' is true) the command object for 'comm
envJarvis/Lib/site-packages/setuptools/_distutils/cmd.py:297
↓ 73 callersFunctionoutmess
(line, flag=1)
envJarvis/Lib/site-packages/numpy/f2py/crackfortran.py:235
↓ 72 callersMethodQueryInterface
(self, iid)
envJarvis/Lib/site-packages/win32comext/adsi/__init__.py:100
↓ 72 callersFunctionRaiseNotImpl
(who=None)
envJarvis/Lib/site-packages/win32comext/axdebug/util.py:44
↓ 72 callersFunctionassert_poly_almost_equal
(p1, p2, msg="")
envJarvis/Lib/site-packages/numpy/polynomial/tests/test_classes.py:38
↓ 72 callersMethodcompile
Compile one or more source files. 'sources' must be a list of filenames, most likely C/C++ files, but in reality anything that can be
envJarvis/Lib/site-packages/setuptools/_distutils/ccompiler.py:520
↓ 72 callersMethodget
(self)
envJarvis/Lib/site-packages/comtypes/_vtbl.py:307
↓ 72 callersMethodwrite
Write samples to the stream for playback. Do not call when using non-blocking mode. :param frames: The frames
envJarvis/Lib/site-packages/pyaudio/__init__.py:519
↓ 72 callersMethodwrite
(self, s)
envJarvis/Lib/site-packages/pip/_vendor/msgpack/fallback.py:21
↓ 71 callersMethodAppendMenu
(self, menu, text="", event=None, flags=None, checked=0)
envJarvis/Lib/site-packages/pythonwin/pywin/scintilla/view.py:328
↓ 71 callersMethodassert_deprecated
Test if DeprecationWarnings are given and raised. This first checks if the function when called gives `num` DeprecationWarnings, afte
envJarvis/Lib/site-packages/numpy/_core/tests/test_deprecations.py:50
↓ 71 callersMethoderror
(self, msg, *args, **kwargs)
envJarvis/Lib/site-packages/pycparser/ply/lex.py:85
↓ 71 callersMethodvalues
(self)
envJarvis/Lib/site-packages/pydantic/v1/utils.py:455
↓ 70 callersFunctionasanyarray
Convert the input to a masked array, conserving subclasses. If `a` is a subclass of `MaskedArray`, its class is conserved. No copy is pe
envJarvis/Lib/site-packages/numpy/ma/core.py:8646
↓ 70 callersMethoditems
Get all the message's header fields and values. These will be sorted in the order they appeared in the original message, or were adde
envJarvis/Lib/site-packages/future/backports/email/message.py:406
↓ 70 callersFunctionmaybe_transform
Wrapper over `transform()` that allows `None` to be passed. See `transform()` for more details.
envJarvis/Lib/site-packages/openai/_utils/_transform.py:74
↓ 70 callersMethodsocket
(self)
envJarvis/Lib/site-packages/gevent/tests/test__server.py:255
↓ 69 callersFunctionasync_to_streamed_response_wrapper
Higher order function that takes one of our bound API methods and wraps it to support streaming and returning the raw `APIResponse` object directl
envJarvis/Lib/site-packages/openai/_response.py:682
↓ 69 callersMethodget
Equals :meth:`route`.
envJarvis/Scripts/bottle.py:932
↓ 69 callersFunctionid
Return the distro ID of the current distribution, as a machine-readable string. For a number of OS distributions, the returned distro ID
envJarvis/Lib/site-packages/pip/_vendor/distro/distro.py:203
↓ 69 callersMethodsystem
Get the native color system for this color.
envJarvis/Lib/site-packages/pip/_vendor/rich/color.py:333
↓ 69 callersFunctionto_streamed_response_wrapper
Higher order function that takes one of our bound API methods and wraps it to support streaming and returning the raw `APIResponse` object directl
envJarvis/Lib/site-packages/openai/_response.py:663
↓ 68 callersFunctioncanonicalize_name
(name: str, *, validate: bool = False)
envJarvis/Lib/site-packages/pip/_vendor/packaging/utils.py:46
↓ 68 callersMethodget
(self, key: str)
envJarvis/Lib/site-packages/pip/_internal/network/cache.py:63
↓ 68 callersMethodkill
(self, *args, **kwargs)
envJarvis/Lib/site-packages/gevent/tests/test__greenlet.py:62
↓ 68 callersMethodwait
Block until this object is :meth:`ready`. If the internal flag is true on entry, return immediately. Otherwise, block until
envJarvis/Lib/site-packages/gevent/event.py:139
↓ 67 callersFunction_dict_not_none
(**kwargs: Any)
envJarvis/Lib/site-packages/pydantic_core/core_schema.py:4108
↓ 67 callersMethodclose
Close the file.
envJarvis/Lib/site-packages/numpy/lib/_npyio_impl.py:210
↓ 67 callersMethodfilter
Add a new suppressing filter or apply it if the state is entered. Parameters ---------- category : class, optional
envJarvis/Lib/site-packages/numpy/testing/_private/utils.py:2304
↓ 67 callersFunctionsleep
Put the current greenlet to sleep for at least *seconds*. *seconds* may be specified as an integer, or a float if fractional seconds are
envJarvis/Lib/site-packages/gevent/hub.py:129
↓ 66 callersMethoddebug
(self, msg, *args)
envJarvis/Lib/site-packages/setuptools/_distutils/log.py:42
↓ 66 callersMethodlog
(self, level, msg, *args)
envJarvis/Lib/site-packages/setuptools/_distutils/log.py:39
↓ 66 callersMethodrstrip
Strip whitespace from end of text.
envJarvis/Lib/site-packages/pip/_vendor/rich/text.py:662
↓ 66 callersMethodsplit
(self)
envJarvis/Lib/site-packages/pip/_vendor/pygments/token.py:15
↓ 66 callersMethodtake
Take elements from a masked array along an axis. This function does the same thing as "fancy" indexing (indexing arrays usin
envJarvis/Lib/site-packages/numpy/ma/core.py:6211
↓ 65 callersFunctionclassImplements
Declare additional interfaces implemented for instances of a class The arguments after the class are one or more interfaces or interface
envJarvis/Lib/site-packages/zope/interface/declarations.py:539
↓ 65 callersMethodreceive_data
Add data to our internal receive buffer. This does not actually do any processing on the data, just stores it. To trigger processing,
envJarvis/Lib/site-packages/h11/_connection.py:352
↓ 64 callersMethodclose
(self)
envJarvis/Lib/site-packages/gevent/_socket3.py:327
↓ 64 callersMethoddecode
(self, data: bytes)
envJarvis/Lib/site-packages/httpx/_decoders.py:95
↓ 64 callersFunctionfilled
Return input as an `~numpy.ndarray`, with masked values replaced by `fill_value`. If `a` is not a `MaskedArray`, `a` itself is returned.
envJarvis/Lib/site-packages/numpy/ma/core.py:624
↓ 64 callersMethodflatten
Return a flattened copy of the matrix. All `N` elements of the matrix are placed into a single row. Parameters ----
envJarvis/Lib/site-packages/numpy/matrixlib/defmatrix.py:382
↓ 64 callersMethodget
(_, key)
envJarvis/Lib/site-packages/pyparsing/util.py:109
↓ 64 callersMethodget
(self, start, end=None)
envJarvis/Lib/site-packages/pythonwin/pywin/scintilla/IDLEenvironment.py:379
↓ 64 callersMethodget
Return the value for key if key is in the dictionary, else default. If default is not given, it defaults to None, so that this method
envJarvis/Lib/site-packages/win32/lib/win32timezone.py:984
↓ 64 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
envJarvis/Lib/site-packages/numpy/linalg/_linalg.py:2576
↓ 64 callersFunctionreplaced_by_pep8
(compat_name: str, fn: C)
envJarvis/Lib/site-packages/pyparsing/util.py:361
↓ 63 callersMethod_data
(self, start=None, count=None, reverse=False)
envJarvis/Lib/site-packages/numpy/_core/tests/test_simd.py:131
↓ 63 callersFunctioncount
Returns an array with the number of non-overlapping occurrences of substring ``sub`` in the range [``start``, ``end``). Parameters -
envJarvis/Lib/site-packages/numpy/_core/strings.py:383
↓ 63 callersMethodencode
r"""Encode a message header into an RFC-compliant format. There are many issues involved in converting a given string for use in an e
envJarvis/Lib/site-packages/future/backports/email/header.py:316
↓ 63 callersMethodexpanduser
(self)
envJarvis/Lib/site-packages/anyio/_core/_fileio.py:473
↓ 63 callersMethodmin
Return the minimum along a given axis. Parameters ---------- axis : None or int or tuple of ints, optional
envJarvis/Lib/site-packages/numpy/ma/core.py:5906
↓ 63 callersMethodnonzero
Return the indices of unmasked elements that are not zero. Returns a tuple of arrays, one for each dimension, containing the
envJarvis/Lib/site-packages/numpy/ma/core.py:5089
↓ 63 callersMethodresize
.. warning:: This method does nothing, except raise a ValueError exception. A masked array does not own its data and
envJarvis/Lib/site-packages/numpy/ma/core.py:4859
↓ 63 callersFunctionstart_response
(status, headers, exc_info=None)
envJarvis/Lib/site-packages/werkzeug/test.py:1252
← previousnext →201–300 of 49,674, ranked by callers