MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / PyObject_CallOneArg

Function PyObject_CallOneArg

include/pyshim.hh:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 */
125#if PY_VERSION_HEX < 0x03090000 // Python version is less than 3.9
126inline PyObject *PyObject_CallOneArg(PyObject *func, PyObject *arg) {
127 return PyObject_CallFunction(func, "O", arg);
128}
129#endif
130
131/**

Callers 3

getPyObjectMethod · 0.85
getPyObjectMethod · 0.85
onResolvedCbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected