MCPcopy Create free account

hub / github.com/Distributive-Network/PythonMonkey / functions

Functions1,259 in github.com/Distributive-Network/PythonMonkey

Methoddo_GET
(self)
tests/python/test_xhr.py:12
Methoddo_POST
(self)
tests/python/test_xhr.py:17
Functiondo_mutation
(mut_arr_js)
tests/python/test_buffer_typed_array.py:120
Methodempty
src/JobQueue.cc:61
Functionenable
(debuggerGlobalObject=pm.eval("debuggerGlobal"))
python/pythonmonkey/lib/pmdb.py:20
MethodenqueuePromiseJob
src/JobQueue.cc:34
Functionenumerable
(obj, propertyName)
tests/js/quint.js:54
Methodenumerate
src/PyObjectProxyHandler.cc:169
Methodenumerate
src/PyDictProxyHandler.cc:80
FunctionescapeFn
(str)
python/pythonmonkey/builtin_modules/util.js:168
FunctioneventLoopJobWrapper
* @brief Wrapper to decrement the counter of queueing event-loop jobs after the job finishes */
src/PyEventLoop.cc:19
FunctionexceptionHandler
See https://docs.python.org/3.11/library/asyncio-eventloop.html#error-handling-api
python/pythonmonkey/cli/pmjs.py:384
FunctionexceptionHandler
(loop, context)
tests/python/test_event_loop.py:360
FunctionexistsSync
(filename: str)
python/pythonmonkey/require.py:252
Functionf
()
tests/python/test_functions.py:5
Functionfalse
(x)
tests/js/quint.js:25
Methodfinalize
src/PyBytesProxyHandler.cc:425
Methodfinalize
src/PyListProxyHandler.cc:2092
Methodfinalize
src/jsTypeFactory.cc:71
Methodfinalize
src/PyObjectProxyHandler.cc:88
Functionfn0
(n)
tests/python/test_pythonmonkey_eval.py:321
Functionfn0
(n)
tests/python/test_event_loop.py:219
Functionfn1
()
tests/python/test_event_loop.py:222
MethodforEach
(callbackfn: (value: string, key: string, parent: URLSearchParams) => void, thisArg?: any)
python/pythonmonkey/builtin_modules/url.d.ts:105
FunctionformatArray
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:873
FunctionformatMap
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:947
FunctionformatObject
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:785
FunctionformatPromise
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:964
FunctionformatSet
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:929
FunctionformatTypedArray
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:894
MethodfromId
include/PyEventLoop.hh:78
MethodfromJsArrayBuffer
static */
src/BufferType.cc:111
MethodfromJsTypedArray
static */
src/BufferType.cc:79
Functionfunc
(element, index, array)
tests/python/test_arrays.py:1009
FunctionfunctionRegistryCallback
src/modules/pythonmonkey/pythonmonkey.cc:88
FunctionfutureOnDoneCallback
Callback to resolve or reject the JS Promise when the Future is done
src/PromiseType.cc:87
Functionget
()
python/pythonmonkey/builtin_modules/util.js:380
MethodgetAll
* Returns all the values association with a given search parameter. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchPara
python/pythonmonkey/builtin_modules/url.d.ts:88
FunctiongetAllRefedTimersDebugInfo
src/internalBinding/timers.cc:125
FunctiongetAllResponseHeaders
()
python/pythonmonkey/builtin_modules/XMLHttpRequest-internal.py:99
MethodgetAllResponseHeaders
* @return {string} all the response headers, separated by CRLF, as a string, or returns null if no response has been received.
python/pythonmonkey/builtin_modules/XMLHttpRequest.js:562
MethodgetBuiltinClass
src/PyListProxyHandler.cc:2173
MethodgetBuiltinClass
src/PyObjectProxyHandler.cc:196
MethodgetBuiltinClass
src/PyDictProxyHandler.cc:107
FunctiongetDebugInfo
src/internalBinding/timers.cc:112
MethodgetHandleObject
* @brief Get the underlying `asyncio.Handle` Python object */
include/PyEventLoop.hh:95
MethodgetHostDefinedData
src/JobQueue.cc:29
MethodgetMainLoop
static */
src/PyEventLoop.cc:233
MethodgetOwnEnumerablePropertyKeys
src/PyObjectProxyHandler.cc:182
MethodgetOwnEnumerablePropertyKeys
src/PyDictProxyHandler.cc:93
MethodgetOwnPropertyDescriptor
src/PyIterableProxyHandler.cc:211
MethodgetOwnPropertyDescriptor
src/PyBytesProxyHandler.cc:271
MethodgetOwnPropertyDescriptor
src/PyObjectProxyHandler.cc:139
MethodgetOwnPropertyDescriptor
src/PyDictProxyHandler.cc:53
MethodgetPrototypeIfOrdinary
src/PyBaseProxyHandler.cc:44
MethodgetPyObject
src/ExceptionType.cc:27
MethodgetPyObject
src/IntType.cc:71
MethodgetPyObject
src/FuncType.cc:17
MethodgetPyObject
src/DateType.cc:18
MethodgetPyObject
src/NoneType.cc:13
MethodgetPyObject
src/BufferType.cc:63
MethodgetPyObject
src/DictType.cc:19
MethodgetPyObject
src/PromiseType.cc:69
MethodgetPyObject
src/FloatType.cc:13
MethodgetPyObject
src/BoolType.cc:14
MethodgetPyObject
src/NullType.cc:15
MethodgetPyObject
src/ListType.cc:17
MethodgetPyObject
src/StrType.cc:210
FunctiongetResponseHeader
(name: str)
python/pythonmonkey/builtin_modules/XMLHttpRequest-internal.py:96
MethodgetResponseHeader
* @param {string} name * @return {string} the text of a particular header's value
python/pythonmonkey/builtin_modules/XMLHttpRequest.js:551
MethodgetRunningLoop
static */
src/PyEventLoop.cc:238
MethodgetUniqueId
* @brief Get the unique `timeoutID` for JS `setTimeout`/`clearTimeout` methods * @see https://developer.mozilla.org/en-US/docs/Web/API/setTimeout
include/PyEventLoop.hh:73
MethodhandleGetOwnPropertyDescriptor
src/PyObjectProxyHandler.cc:44
MethodhandleOwnPropertyKeys
src/PyObjectProxyHandler.cc:28
Methodhas
* Returns a Boolean indicating if such a search parameter exists. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams
python/pythonmonkey/builtin_modules/url.d.ts:94
Methodhas
src/PyObjectProxyHandler.cc:134
Methodhas
src/PyDictProxyHandler.cc:48
MethodhasOwn
src/PyObjectProxyHandler.cc:174
MethodhasRef
* If `true`, the `Timeout` object will keep the event-loop active. * @returns {boolean}
python/pythonmonkey/builtin_modules/timers.js:41
FunctionhelloWorld
()
tests/js/modules/python-cjs-module.py:6
FunctionhelloWorld
* @file cjs-module.js * A CommonJS Module written in JavaScript * @author Wes Garland, wes@distributive.network * @date
tests/js/modules/cjs-module.js:8
Functionincrement
(self, element, index, array)
tests/python/test_arrays.py:1044
Methodincrement
(self, element, index, array)
tests/python/test_arrays.py:1025
FunctioninternalBindingFn
* @brief Implement the `internalBinding(namespace)` function */
src/internalBinding.cc:36
MethodisCancelled
src/PyEventLoop.cc:294
FunctionisCompilableUnit
src/modules/pythonmonkey/pythonmonkey.cc:521
MethodisDrainingStopped
src/JobQueue.cc:66
MethodisExtensible
src/PyBaseProxyHandler.cc:59
FunctionisFunction
(x)
tests/js/quint.js:13
MethodisSupportedJsTypes
static */
src/BufferType.cc:59
Functioniter_for
()
tests/python/test_lists.py:951
Functioniter_max
()
tests/python/test_lists.py:945
Functioniter_min
()
tests/python/test_lists.py:939
Functioniter_reverse
()
tests/python/test_lists.py:976
Functioniterable_next
src/PyIterableProxyHandler.cc:59
Functioniterable_valueOf
src/PyIterableProxyHandler.cc:104
Functioniterable_values
src/PyIterableProxyHandler.cc:174
Functioniterator_next
src/PyIterableProxyHandler.cc:124
Functioniterator_next
src/PyBytesProxyHandler.cc:86
Functioniterator_next
src/PyListProxyHandler.cc:1800
← previousnext →401–500 of 1,259, ranked by callers