MCPcopy Create free account

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

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

↓ 47 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
envJarvis/Lib/site-packages/pip/_vendor/requests/cookies.py:268
↓ 47 callersMethodupdate
Update the renderable that is being displayed Args: renderable (RenderableType): New renderable to use. refresh (bool
envJarvis/Lib/site-packages/pip/_vendor/rich/live.py:206
↓ 47 callersMethodwait
(self, timeout)
envJarvis/Lib/site-packages/gevent/tests/test__hub.py:86
↓ 46 callersMethodextend
(self, other)
envJarvis/Lib/site-packages/PyInstaller/building/datastruct.py:113
↓ 46 callersMethodpop
(self)
envJarvis/Lib/site-packages/future/backports/email/header.py:558
↓ 46 callersMethodreplace
Return a new date with new values for the specified fields.
envJarvis/Lib/site-packages/future/backports/datetime.py:784
↓ 46 callersMethodresolve
Look up a variable by name, or return an :class:`Undefined` object if the key is not found. If you need to add custom behavior, overr
envJarvis/Lib/site-packages/jinja2/runtime.py:212
↓ 46 callersFunctionurlparse
(url: str = "", **kwargs: str | None)
envJarvis/Lib/site-packages/httpx/_urlparse.py:213
↓ 45 callersMethodDoModal
(self)
envJarvis/Lib/site-packages/pythonwin/pywin/mfc/dialog.py:222
↓ 45 callersMethod_makeOne
(self, registry)
envJarvis/Lib/site-packages/zope/interface/tests/test_adapter.py:1541
↓ 45 callersMethodadd
(self, modname, binaries, datas)
envJarvis/Lib/site-packages/PyInstaller/depend/imphook.py:562
↓ 45 callersMethodat
(self)
envJarvis/Lib/site-packages/gevent/libev/watcher.py:186
↓ 45 callersMethodexpect
Expect a given token type and return it. This accepts the same argument as :meth:`jinja2.lexer.Token.test`.
envJarvis/Lib/site-packages/jinja2/lexer.py:403
↓ 45 callersFunctionf
(_)
envJarvis/Lib/site-packages/gevent/threadpool.py:691
↓ 45 callersMethodpop
Pop last style and discard. Returns: Style: New current style (also available as stack.current)
envJarvis/Lib/site-packages/pip/_vendor/rich/style.py:789
↓ 45 callersMethodregister
Register a file descriptor *fd* with the polling object. Future calls to the :meth:`poll`` method will then check whether th
envJarvis/Lib/site-packages/gevent/select.py:251
↓ 45 callersMethodseek
Seek to specified position into the chunk. Default position is 0 (start of chunk). If the file is not seekable, this will result in an
envJarvis/Lib/site-packages/chunk/__init__.py:108
↓ 44 callersMethodSetSel
(self, start=0, end=None)
envJarvis/Lib/site-packages/pythonwin/pywin/scintilla/control.py:425
↓ 44 callersFunction_debug
(*args)
envJarvis/Lib/site-packages/future/backports/http/cookiejar.py:58
↓ 44 callersMethod_wrapEvents
(self)
envJarvis/Lib/site-packages/zope/interface/tests/test_registry.py:31
↓ 44 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
envJarvis/Lib/site-packages/numpy/ma/core.py:8596
↓ 44 callersFunctioncompile
Compile a C extension module using distutils.
envJarvis/Lib/site-packages/cffi/ffiplatform.py:15
↓ 44 callersMethodcompressed
(self)
envJarvis/Lib/site-packages/numpy/ma/tests/test_core.py:4991
↓ 44 callersMethoddecode
Decode the data using the specified encoder. Args: data: The data to decode. Returns: The decoded data.
envJarvis/Lib/site-packages/pydantic/types.py:2508
↓ 44 callersMethoddist_log
Print a console message
envJarvis/Lib/site-packages/numpy/distutils/ccompiler_opt.py:692
↓ 44 callersMethodgenerate_inner
Generates a JSON schema for a given core schema. Args: schema: The given core schema. Returns: The generated
envJarvis/Lib/site-packages/pydantic/json_schema.py:425
↓ 44 callersMethodmain
( self, args: t.Optional[t.Sequence[str]] = None, prog_name: t.Optional[str] = None,
envJarvis/Lib/site-packages/click/core.py:995
↓ 44 callersFunctionmax
Return the maximum of an array or maximum along an axis. Parameters ---------- a : array_like Input data. axis : None or
envJarvis/Lib/site-packages/numpy/_core/fromnumeric.py:3054
↓ 44 callersMethodread
(self, fd, count)
envJarvis/Lib/site-packages/gevent/tests/test__os.py:74
↓ 44 callersFunctionunique
Find the unique elements of an array. Returns the sorted unique elements of an array. There are three optional outputs in addition to th
envJarvis/Lib/site-packages/numpy/lib/_arraysetops_impl.py:146
↓ 44 callersMethodupdate
Update Pydantic model config values.
envJarvis/Lib/site-packages/pydantic/mypy.py:1151
↓ 44 callersMethodvisit
(self, node)
envJarvis/Lib/site-packages/pycparser/c_generator.py:31
↓ 43 callersMethodappend
Add a new value to the list of values for this key.
envJarvis/Scripts/bottle.py:2197
↓ 43 callersFunctionassert_all
(x)
envJarvis/Lib/site-packages/numpy/lib/tests/test_type_check.py:11
↓ 43 callersMethodgetToken
(self)
envJarvis/Lib/site-packages/win32/lib/win32rcparser.py:193
↓ 43 callersFunctiongradient
Return the gradient of an N-dimensional array. The gradient is computed using second order accurate central differences in the interior
envJarvis/Lib/site-packages/numpy/lib/_function_base_impl.py:977
↓ 43 callersMethodkeys
(self)
envJarvis/Lib/site-packages/httpx/_models.py:202
↓ 43 callersMethodsizeof
Return the size in bytes of the argument. It can be a string naming a C type, or a 'cdata' instance.
envJarvis/Lib/site-packages/cffi/api.py:213
↓ 43 callersMethodwrite
(self, s: Any)
envJarvis/Lib/site-packages/pip/_vendor/rich/progress.py:280
↓ 42 callersMethodcopy
(self)
envJarvis/Lib/site-packages/pyparsing/core.py:5718
↓ 42 callersMethodfromfile
(self, file)
envJarvis/Lib/site-packages/PyInstaller/utils/win32/icon.py:70
↓ 42 callersFunctionmask_or
Combine two masks with the ``logical_or`` operator. The result may be a view on `m1` or `m2` if the other is `nomask` (i.e. False).
envJarvis/Lib/site-packages/numpy/ma/core.py:1756
↓ 42 callersMethodrfind
(self, sub, *args)
envJarvis/Lib/site-packages/future/types/newstr.py:172
↓ 41 callersFunctionGetEditorOption
(option, defaultValue, min=None, max=None)
envJarvis/Lib/site-packages/pythonwin/pywin/framework/editor/__init__.py:65
↓ 41 callersMethodassert_partitioned
(self, d, kth)
envJarvis/Lib/site-packages/numpy/_core/tests/test_multiarray.py:3073
↓ 41 callersMethodclone
(self, object=None)
envJarvis/Lib/site-packages/pycparser/ply/lex.py:144
↓ 41 callersMethodcumsum
Return the cumulative sum of the array elements over the given axis. Masked values are set to 0 internally during the computation.
envJarvis/Lib/site-packages/numpy/ma/core.py:5301
↓ 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
envJarvis/Lib/site-packages/numpy/ma/core.py:252
↓ 41 callersMethodfail
Aborts the execution of the program with a specific error message. :param message: the error message to fail with.
envJarvis/Lib/site-packages/click/core.py:685
↓ 41 callersMethodget
(self, default: D)
envJarvis/Lib/site-packages/anyio/lowlevel.py:117
↓ 41 callersMethodget_version
(self,*args,**kwds)
envJarvis/Lib/site-packages/numpy/distutils/fcompiler/ibm.py:29
↓ 41 callersMethoditems
(self)
envJarvis/Lib/site-packages/comtypes/_memberspec.py:563
↓ 41 callersMethodrpartition
(self, sep)
envJarvis/Lib/site-packages/future/types/newstr.py:263
↓ 41 callersMethodrun_command
Run a VCS subcommand This is simply a wrapper around call_subprocess that adds the VCS command name, and checks that the VCS
envJarvis/Lib/site-packages/pip/_internal/vcs/versioncontrol.py:609
↓ 41 callersMethodvalues
(self)
envJarvis/Lib/site-packages/httpx/_models.py:205
↓ 40 callersFunctionSTD_CTL_SCODE
(n)
envJarvis/Lib/site-packages/win32com/olectl.py:15
↓ 40 callersMethodabsolute
(self)
envJarvis/Lib/site-packages/anyio/_core/_fileio.py:378
↓ 40 callersMethodcopy
(self)
envJarvis/Lib/site-packages/gevent/queue.py:185
↓ 40 callersMethodendswith
Returns a boolean array which is `True` where the string element in `self` ends with `suffix`, otherwise `False`. See Also
envJarvis/Lib/site-packages/numpy/_core/defchararray.py:799
↓ 40 callersMethodescape
(self, attrs)
envJarvis/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py:42
↓ 40 callersMethodget_c_name
(self, replace_with='', context='a C file', quals=0)
envJarvis/Lib/site-packages/cffi/model.py:29
↓ 40 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
envJarvis/Lib/site-packages/numpy/ma/core.py:1471
↓ 40 callersMethodindent
Indent by one.
envJarvis/Lib/site-packages/jinja2/compiler.py:414
↓ 40 callersFunctionlinspace
Return evenly spaced numbers over a specified interval. Returns `num` evenly spaced samples, calculated over the interval [`start`, `sto
envJarvis/Lib/site-packages/numpy/_core/function_base.py:26
↓ 40 callersMethodstrip
Strip leading and trailing bytes contained in the argument. If the argument is omitted, strip trailing ASCII whitespace.
envJarvis/Lib/site-packages/future/types/newbytes.py:422
↓ 40 callersFunctionwhere
Return a masked array with elements from `x` or `y`, depending on condition. .. note:: When only `condition` is provided, this funct
envJarvis/Lib/site-packages/numpy/ma/core.py:7960
↓ 40 callersMethodwrite
(self, fd, count)
envJarvis/Lib/site-packages/gevent/tests/test__os.py:77
↓ 39 callersFunction_immutable_error
(self: t.Any)
envJarvis/Lib/site-packages/werkzeug/datastructures/mixins.py:19
↓ 39 callersMethod_makeOne
(self, component=None)
envJarvis/Lib/site-packages/zope/interface/tests/test_registry.py:2934
↓ 39 callersMethodcommunicate
Interact with process and return its output and error. - Send *input* data to stdin. - Read data from stdout and stderr, unt
envJarvis/Lib/site-packages/gevent/subprocess.py:961
↓ 39 callersMethodcopy
Return a copy of this instance.
envJarvis/Lib/site-packages/pip/_vendor/rich/text.py:443
↓ 39 callersMethodencode
(iterable)
envJarvis/Lib/site-packages/setuptools/_vendor/more_itertools/more.py:2723
↓ 39 callersFunctionescape
Replace the characters ``&``, ``<``, ``>``, ``'``, and ``"`` in the string with HTML-safe sequences. Use this if you need to display text that
envJarvis/Lib/site-packages/markupsafe/__init__.py:24
↓ 39 callersMethodfastclip
(self, a, m, M, out=None, **kwargs)
envJarvis/Lib/site-packages/numpy/_core/tests/test_numeric.py:2298
↓ 39 callersMethodfind
(self, sub, *args)
envJarvis/Lib/site-packages/future/types/newstr.py:168
↓ 39 callersMethodindex
(self, spec)
envJarvis/Lib/site-packages/pythonwin/pywin/scintilla/IDLEenvironment.py:403
↓ 39 callersMethodmkpath
(self, name, mode=0o777)
envJarvis/Lib/site-packages/setuptools/_distutils/cmd.py:340
↓ 39 callersMethodref
(self)
envJarvis/Lib/site-packages/gevent/libuv/loop.py:448
↓ 39 callersMethodsplit
Generator method to split a string using the given expression as a separator. May be called with optional ``maxsplit`` argument, to l
envJarvis/Lib/site-packages/pkg_resources/_vendor/pyparsing/core.py:1322
↓ 39 callersMethodupdate
Update the set with the given iterable sequence, then return the index of the last element inserted. Example: >>
envJarvis/Lib/site-packages/setuptools/_vendor/ordered_set.py:166
↓ 39 callersFunctionvalidator
Decorate methods on the class indicating that they should be used to validate fields :param fields: which field(s) the method should be calle
envJarvis/Lib/site-packages/pydantic/v1/class_validators.py:52
↓ 38 callersMethodClose
(self)
envJarvis/Lib/site-packages/win32com/client/makepy.py:161
↓ 38 callersMethod_rc
(self, a)
envJarvis/Lib/site-packages/numpy/lib/_user_array_impl.py:246
↓ 38 callersMethod_test_not_equal
(self, a, b)
envJarvis/Lib/site-packages/numpy/testing/tests/test_utils.py:26
↓ 38 callersMethodadd_column
Add a column to the table. Args: header (RenderableType, optional): Text or renderable for the header. Defaults t
envJarvis/Lib/site-packages/pip/_vendor/rich/table.py:365
↓ 38 callersMethodappend
(self, other)
envJarvis/Lib/site-packages/pyparsing/core.py:3875
↓ 38 callersMethodargmin
Return array of indices to the minimum values along the given axis. Parameters ---------- axis : {None, integer}
envJarvis/Lib/site-packages/numpy/ma/core.py:5727
↓ 38 callersMethodbyteswap
(self)
envJarvis/Lib/site-packages/numpy/lib/_user_array_impl.py:238
↓ 38 callersMethodcopy
Duplicate a model, optionally choose which fields to include, exclude and change. :param include: fields to include in new model
envJarvis/Lib/site-packages/pydantic/v1/main.py:627
↓ 38 callersMethoddate
Return the date part.
envJarvis/Lib/site-packages/future/backports/datetime.py:1457
↓ 38 callersMethoddebug
Write entries in the registry to setup logging for this clsid.
envJarvis/Lib/site-packages/comtypes/server/register.py:110
↓ 38 callersMethodevent
(self)
envJarvis/Lib/site-packages/openai/_streaming.py:243
↓ 38 callersMethodfromstring
(cls, s, language=Language.C)
envJarvis/Lib/site-packages/numpy/f2py/symbolic.py:78
↓ 38 callersMethodmaximum
(self)
envJarvis/Lib/site-packages/pip/_vendor/distlib/util.py:1348
↓ 38 callersMethodsetdefault
(self, key, default=None)
envJarvis/Lib/site-packages/comtypes/client/_constants.py:42
↓ 38 callersMethodstrftime
Format using strftime().
envJarvis/Lib/site-packages/future/backports/datetime.py:731
↓ 38 callersMethodsubscribe
(self, dependent)
envJarvis/Lib/site-packages/zope/interface/interface.py:390
↓ 38 callersMethodwalk
(handle, _arg)
envJarvis/Lib/site-packages/gevent/libuv/loop.py:429
↓ 37 callersMethodGetTextLength
(self)
envJarvis/Lib/site-packages/pythonwin/pywin/scintilla/control.py:472
↓ 37 callersMethodQueryInterface
QueryInterface is forwarded to the real com object.
envJarvis/Lib/site-packages/comtypes/client/dynamic.py:93
← previousnext →401–500 of 49,674, ranked by callers