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

Function collect

src/modules/pythonmonkey/pythonmonkey.cc:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324static PyObject *collect(PyObject *self, PyObject *args) {
325 JS_GC(GLOBAL_CX);
326 Py_RETURN_NONE;
327}
328
329static bool getEvalOption(PyObject *evalOptions, const char *optionName, const char **s_p) {
330 PyObject *value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected