MCPcopy Create free account

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

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

↓ 63 callersMethodtype
(self)
envJarvis/Lib/site-packages/gevent/_socket3.py:148
↓ 63 callersMethodunlink
Remove the callback set by :meth:`link` or :meth:`rawlink`
envJarvis/Lib/site-packages/gevent/greenlet.py:976
↓ 63 callersFunctionwrite
(data)
envJarvis/Lib/site-packages/pyttsx3/six.py:698
↓ 62 callersMethod_token_coord
Returns the coordinates for the YaccProduction object 'p' indexed with 'token_idx'. The coordinate includes the 'lineno' and
envJarvis/Lib/site-packages/pycparser/plyparser.py:55
↓ 62 callersFunctionfromstring
Create an expression from a string. This is a "lazy" parser, that is, only arithmetic operations are resolved, non-arithmetic operations are
envJarvis/Lib/site-packages/numpy/f2py/symbolic.py:1271
↓ 62 callersMethodunpack
Unpack an array of C data of the given length, returning a Python string/unicode/list. If 'cdata' is a pointer to 'char', returns a b
envJarvis/Lib/site-packages/cffi/api.py:320
↓ 61 callersMethodadd
(self, modulename: str, /)
envJarvis/Lib/site-packages/comtypes/tools/codegenerator/namespaces.py:15
↓ 61 callersMethodsend
( self, role: Type[Sentinel], send_events: Union[List[Event], Event], expect:
envJarvis/Lib/site-packages/h11/tests/helpers.py:72
↓ 60 callersMethoditems
od.items() -> list of (key, value) pairs in od
envJarvis/Lib/site-packages/pip/_vendor/distlib/compat.py:769
↓ 60 callersMethodnext_event
Parse the next event out of our receive buffer, update our internal state, and return it. This is a mutating operation -- think of it
envJarvis/Lib/site-packages/h11/_connection.py:426
↓ 59 callersMethodadd_row
Add a row of renderables. Args: *renderables (None or renderable): Each cell in a row must be a renderable object (including str)
envJarvis/Lib/site-packages/pip/_vendor/rich/table.py:423
↓ 59 callersMethodcollect_typelib_data
Return a tuple of (binaries, datas, hiddenimports) to be used by PyGObject related hooks.
envJarvis/Lib/site-packages/PyInstaller/utils/hooks/gi.py:105
↓ 59 callersMethodfileno
(self)
envJarvis/Lib/site-packages/gevent/libuv/loop.py:589
↓ 59 callersMethodindex
Like `find`, but raises :exc:`ValueError` when the substring is not found. See Also -------- char.index
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:835
↓ 59 callersMethodread
(text, filter_=None)
envJarvis/Lib/site-packages/setuptools/_vendor/importlib_metadata/__init__.py:113
↓ 59 callersMethodset_name
Define name for this expression, makes debugging and exception messages clearer. Example:: Word(nums).parse_string("ABC")
envJarvis/Lib/site-packages/pkg_resources/_vendor/pyparsing/core.py:1846
↓ 59 callersMethodset_name
Define name for this expression, makes debugging and exception messages clearer. Example:: Word(nums).parse_string("ABC")
envJarvis/Lib/site-packages/setuptools/_vendor/pyparsing/core.py:1846
↓ 58 callersFunctionPoly
(request)
envJarvis/Lib/site-packages/numpy/polynomial/tests/test_classes.py:29
↓ 58 callersMethodadd_runtime_module
Add a graph node representing a non-package Python module with the passed name dynamically defined at runtime. Most modules are stat
envJarvis/Lib/site-packages/PyInstaller/depend/imphookapi.py:89
↓ 58 callersMethodoptimize_compare
(self, subscripts, operands=None)
envJarvis/Lib/site-packages/numpy/_core/tests/test_einsum.py:905
↓ 58 callersMethodsizeof
Return size of the structure.
envJarvis/Lib/site-packages/pefile.py:1008
↓ 58 callersFunctiontemppath
Context manager for temporary files. Context manager that returns the path to a closed temporary file. Its parameters are the same as for tem
envJarvis/Lib/site-packages/numpy/testing/_private/utils.py:2096
↓ 58 callersMethodwrite
(self, data)
envJarvis/Lib/site-packages/numpy/distutils/command/config.py:508
↓ 56 callersFunctionSTDMETHOD
Specifies a COM method slot without idlflags
envJarvis/Lib/site-packages/comtypes/_memberspec.py:144
↓ 56 callersFunctionadd
(line, ret=ret)
envJarvis/Lib/site-packages/numpy/f2py/func2subr.py:98
↓ 56 callersFunctiondict_append
(d, **kws)
envJarvis/Lib/site-packages/numpy/distutils/system_info.py:3201
↓ 56 callersMethodkeys
Keys of the pseudo dictionary, uses a list not set so order information can be maintained like python dictionaries.
envJarvis/Lib/site-packages/pydantic/v1/utils.py:448
↓ 55 callersMethodborrow
envJarvis/Lib/site-packages/greenlet/greenlet_refs.hpp:192
↓ 55 callersMethodclose
Makes certain that the underlying query object has been closed, and that all counters have been removed from it. This is imp
envJarvis/Lib/site-packages/win32/lib/win32pdhquery.py:283
↓ 55 callersMethodextend
(self, items)
envJarvis/Lib/site-packages/setuptools/_distutils/filelist.py:58
↓ 55 callersMethodget
Get an attribute by name, or a default value. Like :meth:`dict.get`. :param name: Name of attribute to get. :param default: V
envJarvis/Lib/site-packages/flask/ctx.py:67
↓ 55 callersMethodprocess_event
( self, role: Type[Sentinel], event_type: Type[Event], server_switch_event: Op
envJarvis/Lib/site-packages/h11/_state.py:275
↓ 54 callersMethodargsort
Return the indices that sort the array lexicographically. For full documentation see `numpy.argsort`, for which this method is
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:721
↓ 54 callersFunctionprovidedBy
Return the interfaces provided by *ob*. If *ob* is a :class:`super` object, then only interfaces implemented by the remainder of the cla
envJarvis/Lib/site-packages/zope/interface/declarations.py:1104
↓ 54 callersMethodput
Put an item into the queue. If optional arg *block* is true and *timeout* is ``None`` (the default), block if necessary unti
envJarvis/Lib/site-packages/gevent/queue.py:257
↓ 54 callersMethodtobytes
Return the array data as a string containing the raw bytes in the array. The array is filled with a fill value before the string con
envJarvis/Lib/site-packages/numpy/ma/core.py:6414
↓ 54 callersMethodvalues
A :class:`werkzeug.datastructures.CombinedMultiDict` that combines :attr:`args` and :attr:`form`. For GET requests, only ``args`` are
envJarvis/Lib/site-packages/werkzeug/wrappers/request.py:449
↓ 54 callersFunctionvendored
(modulename)
envJarvis/Lib/site-packages/pip/_vendor/__init__.py:29
↓ 54 callersMethodwarn
(self, msg)
envJarvis/Lib/site-packages/setuptools/command/egg_info.py:574
↓ 54 callersMethodwrite
(self, s)
envJarvis/Lib/site-packages/future/backports/email/generator.py:72
↓ 53 callersMethodDispatch
(self, ecb)
envJarvis/Lib/site-packages/isapi/samples/redirector.py:55
↓ 53 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.
envJarvis/Lib/site-packages/numpy/ma/core.py:5775
↓ 53 callersMethodargpartition
(self, *args, **kwargs)
envJarvis/Lib/site-packages/numpy/ma/core.py:6205
↓ 53 callersMethodchain
Combine styles from positional argument in to a single style. Args: *styles (Iterable[Style]): Styles to combine. Return
envJarvis/Lib/site-packages/pip/_vendor/rich/style.py:614
↓ 53 callersMethodcount
Count the non-masked elements of the array along the given axis. Parameters ---------- axis : None or int or tuple o
envJarvis/Lib/site-packages/numpy/ma/core.py:4633
↓ 53 callersFunctionhandler
(v: Any)
envJarvis/Lib/site-packages/pydantic/experimental/pipeline.py:366
↓ 53 callersMethodisdigit
Returns true for each element if all characters in the string are digits and there is at least one character, false otherwise.
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:873
↓ 53 callersFunctionoutmess
(t)
envJarvis/Lib/site-packages/numpy/f2py/auxfuncs.py:60
↓ 53 callersMethodsetdefault
od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od
envJarvis/Lib/site-packages/pip/_vendor/distlib/compat.py:835
↓ 52 callersMethod_makeOne
(self, name='ITest', bases=(), attrs=None, __doc__=None, __module__=None)
envJarvis/Lib/site-packages/zope/interface/tests/test_interface.py:667
↓ 52 callersMethod_parse
(self, csource)
envJarvis/Lib/site-packages/cffi/cparser.py:307
↓ 52 callersMethoddecode
Calls ``bytes.decode`` element-wise. See Also -------- char.decode
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:777
↓ 52 callersMethodexists
Test if path exists. Test if `path` exists as (and in this order): - a local file. - a remote URL that has been dow
envJarvis/Lib/site-packages/numpy/lib/_datasource.py:427
↓ 52 callersMethodget
Call :meth:`open` with ``method`` set to ``GET``.
envJarvis/Lib/site-packages/werkzeug/test.py:1159
↓ 52 callersMethodmax
Maximum value of given dtype.
envJarvis/Lib/site-packages/numpy/_core/getlimits.py:722
↓ 52 callersMethodreadline
(self, size=None)
envJarvis/Lib/site-packages/gevent/pywsgi.py:436
↓ 52 callersMethodwalk
(self, schema: core_schema.CoreSchema, f: Walk)
envJarvis/Lib/site-packages/pydantic/_internal/_core_utils.py:191
↓ 51 callersMethodGetTypeAttr
Return the TYPEATTR for this type
envJarvis/Lib/site-packages/comtypes/typeinfo.py:337
↓ 51 callersMethodadd
(self, path: str)
envJarvis/Lib/site-packages/pip/_internal/req/req_uninstall.py:321
↓ 51 callersMethodfind
For each element, return the lowest index in the string where substring `sub` is found. See Also -------- ch
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:823
↓ 51 callersMethodformat
Calls the standard formatter, but will indent all of the log message lines by our current indentation level.
envJarvis/Lib/site-packages/pip/_internal/utils/logging.py:107
↓ 51 callersMethodkeys
(self)
envJarvis/Lib/site-packages/setuptools/_vendor/pyparsing/results.py:253
↓ 51 callersMethodset_info
(self, **info)
envJarvis/Lib/site-packages/numpy/distutils/system_info.py:783
↓ 50 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
envJarvis/Lib/site-packages/numpy/ma/core.py:8203
↓ 50 callersFunctionfn
()
envJarvis/Lib/site-packages/gevent/tests/_import_wait.py:11
↓ 50 callersMethodgroup
This works exactly like the method of the same name on a regular :class:`click.Group` but it defaults the group class to :class:`AppGr
envJarvis/Lib/site-packages/flask/cli.py:429
↓ 50 callersMethodmatch
Check if the provided version matches the constraints. :param version: The version to match against this instance. :type ver
envJarvis/Lib/site-packages/pip/_vendor/distlib/version.py:129
↓ 50 callersMethodread
(self)
envJarvis/Lib/site-packages/win32/test/test_win32trace.py:316
↓ 50 callersFunctionrefer_to_array_attribute
(attr, method=True)
envJarvis/Lib/site-packages/numpy/_core/_add_newdocs.py:6637
↓ 50 callersFunctionround
Evenly round to the given number of decimals. Parameters ---------- a : array_like Input data. decimals : int, optional
envJarvis/Lib/site-packages/numpy/_core/fromnumeric.py:3619
↓ 50 callersMethodsetSeed
(self)
envJarvis/Lib/site-packages/numpy/random/tests/test_random.py:1060
↓ 50 callersMethodset_seed
(self)
envJarvis/Lib/site-packages/numpy/random/tests/test_randomstate.py:1322
↓ 50 callersMethodsort
Override this method to customize the sorting of the JSON schema (e.g., don't sort at all, sort all keys unconditionally, etc.) By default, a
envJarvis/Lib/site-packages/pydantic/json_schema.py:570
↓ 50 callersFunctionwrite_output
(msg: Any, *args: Any)
envJarvis/Lib/site-packages/pip/_internal/utils/misc.py:374
↓ 49 callersMethodGetDocument
(self)
envJarvis/Lib/site-packages/win32comext/axdebug/contexts.py:51
↓ 49 callersMethod__init__
(self, exprs: typing.Iterable[ParserElement], savelist: bool = False)
envJarvis/Lib/site-packages/pyparsing/core.py:4192
↓ 49 callersFunction_debug
(message: str)
envJarvis/Lib/site-packages/openai/cli/_tools/migrate.py:75
↓ 49 callersMethodaccumulate
Accumulate `target` along `axis` after filling with y fill value.
envJarvis/Lib/site-packages/numpy/ma/core.py:1157
↓ 49 callersMethodcheck_output
(self, want, got, optionflags)
envJarvis/Lib/site-packages/gevent/tests/test__doctests.py:27
↓ 49 callersMethodclose
Close the cursor now (rather than whenever __del__ is called). The cursor will be unusable from this point forward; an Error (or subclass)
envJarvis/Lib/site-packages/adodbapi/adodbapi.py:686
↓ 49 callersMethodcopy
(self)
envJarvis/Lib/site-packages/numpy/lib/_user_array_impl.py:226
↓ 49 callersMethodcursor
Return a new Cursor Object using the connection.
envJarvis/Lib/site-packages/adodbapi/adodbapi.py:442
↓ 49 callersMethodjoin
Return an absolute URL, using this URL as the base. Eg. url = httpx.URL("https://www.example.com/test") url = url.j
envJarvis/Lib/site-packages/httpx/_urls.py:354
↓ 49 callersMethodrsplit
(self, sep=None, maxsplit=-1)
envJarvis/Lib/site-packages/future/types/newstr.py:251
↓ 49 callersMethodupdate
Set StringConverter attributes directly. Parameters ---------- func : function Conversion function.
envJarvis/Lib/site-packages/numpy/lib/_iotools.py:765
↓ 49 callersMethodupper
Return an array with the elements of `self` converted to uppercase. See Also -------- char.upper
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:1164
↓ 49 callersMethodvalues
od.values() -> list of values in od
envJarvis/Lib/site-packages/pip/_vendor/distlib/compat.py:765
↓ 48 callersMethodGetDocumentation
Return documentation for a type description.
envJarvis/Lib/site-packages/comtypes/typeinfo.py:218
↓ 48 callersMethodclose
Close the current file and forget everything we know about it (filename, current line number).
envJarvis/Lib/site-packages/setuptools/_distutils/text_file.py:121
↓ 48 callersMethodgetvalue
Returns the buffer contents.
envJarvis/Lib/site-packages/click/formatting.py:278
↓ 48 callersMethodgroupdict
(self)
envJarvis/Lib/site-packages/pip/_vendor/pygments/lexer.py:383
↓ 48 callersMethodread
(self, n)
envJarvis/Lib/site-packages/numpy/lib/tests/test_io.py:2690
↓ 48 callersMethodregisterUtility
(self, *args)
envJarvis/Lib/site-packages/zope/interface/tests/test_registry.py:368
↓ 47 callersMethod__init__
(self, exprs: IterableType[ParserElement], savelist: bool = False)
envJarvis/Lib/site-packages/pkg_resources/_vendor/pyparsing/core.py:3929
↓ 47 callersMethod__init__
(self, exprs: IterableType[ParserElement], savelist: bool = False)
envJarvis/Lib/site-packages/setuptools/_vendor/pyparsing/core.py:3929
↓ 47 callersFunctionerrmess
Write an error message to stderr. This indirection is needed because sys.stderr might not always be available (see #26862).
envJarvis/Lib/site-packages/numpy/f2py/cfuncs.py:20
↓ 47 callersMethodextend
Add sequence of elements to end of ``ParseResults`` list of elements. Example:: patt = Word(alphas)[1, ...]
envJarvis/Lib/site-packages/pyparsing/results.py:414
↓ 47 callersFunctiongeomspace
Return numbers spaced evenly on a log scale (a geometric progression). This is similar to `logspace`, but with endpoints specified directly.
envJarvis/Lib/site-packages/numpy/_core/function_base.py:311
↓ 47 callersFunctionget_async_backend
(asynclib_name: str | None = None)
envJarvis/Lib/site-packages/anyio/_core/_eventloop.py:154
↓ 47 callersFunctionhistogram
r""" Compute the histogram of a dataset. Parameters ---------- a : array_like Input data. The histogram is computed over the
envJarvis/Lib/site-packages/numpy/lib/_histograms_impl.py:690
← previousnext →301–400 of 49,674, ranked by callers