Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ functions
Functions
1,259 in github.com/Distributive-Network/PythonMonkey
⨍
Functions
1,259
◇
Types & classes
69
Method
do_GET
(self)
tests/python/test_xhr.py:12
Method
do_POST
(self)
tests/python/test_xhr.py:17
Function
do_mutation
(mut_arr_js)
tests/python/test_buffer_typed_array.py:120
Method
empty
src/JobQueue.cc:61
Function
enable
(debuggerGlobalObject=pm.eval("debuggerGlobal"))
python/pythonmonkey/lib/pmdb.py:20
Method
enqueuePromiseJob
src/JobQueue.cc:34
Function
enumerable
(obj, propertyName)
tests/js/quint.js:54
Method
enumerate
src/PyObjectProxyHandler.cc:169
Method
enumerate
src/PyDictProxyHandler.cc:80
Function
escapeFn
(str)
python/pythonmonkey/builtin_modules/util.js:168
Function
eventLoopJobWrapper
* @brief Wrapper to decrement the counter of queueing event-loop jobs after the job finishes */
src/PyEventLoop.cc:19
Function
exceptionHandler
See https://docs.python.org/3.11/library/asyncio-eventloop.html#error-handling-api
python/pythonmonkey/cli/pmjs.py:384
Function
exceptionHandler
(loop, context)
tests/python/test_event_loop.py:360
Function
existsSync
(filename: str)
python/pythonmonkey/require.py:252
Function
f
()
tests/python/test_functions.py:5
Function
false
(x)
tests/js/quint.js:25
Method
finalize
src/PyBytesProxyHandler.cc:425
Method
finalize
src/PyListProxyHandler.cc:2092
Method
finalize
src/jsTypeFactory.cc:71
Method
finalize
src/PyObjectProxyHandler.cc:88
Function
fn0
(n)
tests/python/test_pythonmonkey_eval.py:321
Function
fn0
(n)
tests/python/test_event_loop.py:219
Function
fn1
()
tests/python/test_event_loop.py:222
Method
forEach
(callbackfn: (value: string, key: string, parent: URLSearchParams) => void, thisArg?: any)
python/pythonmonkey/builtin_modules/url.d.ts:105
Function
formatArray
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:873
Function
formatMap
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:947
Function
formatObject
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:785
Function
formatPromise
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:964
Function
formatSet
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:929
Function
formatTypedArray
(ctx, value, recurseTimes, keys)
python/pythonmonkey/builtin_modules/util.js:894
Method
fromId
include/PyEventLoop.hh:78
Method
fromJsArrayBuffer
static */
src/BufferType.cc:111
Method
fromJsTypedArray
static */
src/BufferType.cc:79
Function
func
(element, index, array)
tests/python/test_arrays.py:1009
Function
functionRegistryCallback
src/modules/pythonmonkey/pythonmonkey.cc:88
Function
futureOnDoneCallback
Callback to resolve or reject the JS Promise when the Future is done
src/PromiseType.cc:87
Function
get
()
python/pythonmonkey/builtin_modules/util.js:380
Method
getAll
* 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
Function
getAllRefedTimersDebugInfo
src/internalBinding/timers.cc:125
Function
getAllResponseHeaders
()
python/pythonmonkey/builtin_modules/XMLHttpRequest-internal.py:99
Method
getAllResponseHeaders
* @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
Method
getBuiltinClass
src/PyListProxyHandler.cc:2173
Method
getBuiltinClass
src/PyObjectProxyHandler.cc:196
Method
getBuiltinClass
src/PyDictProxyHandler.cc:107
Function
getDebugInfo
src/internalBinding/timers.cc:112
Method
getHandleObject
* @brief Get the underlying `asyncio.Handle` Python object */
include/PyEventLoop.hh:95
Method
getHostDefinedData
src/JobQueue.cc:29
Method
getMainLoop
static */
src/PyEventLoop.cc:233
Method
getOwnEnumerablePropertyKeys
src/PyObjectProxyHandler.cc:182
Method
getOwnEnumerablePropertyKeys
src/PyDictProxyHandler.cc:93
Method
getOwnPropertyDescriptor
src/PyIterableProxyHandler.cc:211
Method
getOwnPropertyDescriptor
src/PyBytesProxyHandler.cc:271
Method
getOwnPropertyDescriptor
src/PyObjectProxyHandler.cc:139
Method
getOwnPropertyDescriptor
src/PyDictProxyHandler.cc:53
Method
getPrototypeIfOrdinary
src/PyBaseProxyHandler.cc:44
Method
getPyObject
src/ExceptionType.cc:27
Method
getPyObject
src/IntType.cc:71
Method
getPyObject
src/FuncType.cc:17
Method
getPyObject
src/DateType.cc:18
Method
getPyObject
src/NoneType.cc:13
Method
getPyObject
src/BufferType.cc:63
Method
getPyObject
src/DictType.cc:19
Method
getPyObject
src/PromiseType.cc:69
Method
getPyObject
src/FloatType.cc:13
Method
getPyObject
src/BoolType.cc:14
Method
getPyObject
src/NullType.cc:15
Method
getPyObject
src/ListType.cc:17
Method
getPyObject
src/StrType.cc:210
Function
getResponseHeader
(name: str)
python/pythonmonkey/builtin_modules/XMLHttpRequest-internal.py:96
Method
getResponseHeader
* @param {string} name * @return {string} the text of a particular header's value
python/pythonmonkey/builtin_modules/XMLHttpRequest.js:551
Method
getRunningLoop
static */
src/PyEventLoop.cc:238
Method
getUniqueId
* @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
Method
handleGetOwnPropertyDescriptor
src/PyObjectProxyHandler.cc:44
Method
handleOwnPropertyKeys
src/PyObjectProxyHandler.cc:28
Method
has
* 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
Method
has
src/PyObjectProxyHandler.cc:134
Method
has
src/PyDictProxyHandler.cc:48
Method
hasOwn
src/PyObjectProxyHandler.cc:174
Method
hasRef
* If `true`, the `Timeout` object will keep the event-loop active. * @returns {boolean}
python/pythonmonkey/builtin_modules/timers.js:41
Function
helloWorld
()
tests/js/modules/python-cjs-module.py:6
Function
helloWorld
* @file cjs-module.js * A CommonJS Module written in JavaScript * @author Wes Garland, wes@distributive.network * @date
tests/js/modules/cjs-module.js:8
Function
increment
(self, element, index, array)
tests/python/test_arrays.py:1044
Method
increment
(self, element, index, array)
tests/python/test_arrays.py:1025
Function
internalBindingFn
* @brief Implement the `internalBinding(namespace)` function */
src/internalBinding.cc:36
Method
isCancelled
src/PyEventLoop.cc:294
Function
isCompilableUnit
src/modules/pythonmonkey/pythonmonkey.cc:521
Method
isDrainingStopped
src/JobQueue.cc:66
Method
isExtensible
src/PyBaseProxyHandler.cc:59
Function
isFunction
(x)
tests/js/quint.js:13
Method
isSupportedJsTypes
static */
src/BufferType.cc:59
Function
iter_for
()
tests/python/test_lists.py:951
Function
iter_max
()
tests/python/test_lists.py:945
Function
iter_min
()
tests/python/test_lists.py:939
Function
iter_reverse
()
tests/python/test_lists.py:976
Function
iterable_next
src/PyIterableProxyHandler.cc:59
Function
iterable_valueOf
src/PyIterableProxyHandler.cc:104
Function
iterable_values
src/PyIterableProxyHandler.cc:174
Function
iterator_next
src/PyIterableProxyHandler.cc:124
Function
iterator_next
src/PyBytesProxyHandler.cc:86
Function
iterator_next
src/PyListProxyHandler.cc:1800
← previous
next →
401–500 of 1,259, ranked by callers