| 322 | } |
| 323 | |
| 324 | static PyObject *collect(PyObject *self, PyObject *args) { |
| 325 | JS_GC(GLOBAL_CX); |
| 326 | Py_RETURN_NONE; |
| 327 | } |
| 328 | |
| 329 | static bool getEvalOption(PyObject *evalOptions, const char *optionName, const char **s_p) { |
| 330 | PyObject *value; |
nothing calls this directly
no outgoing calls
no test coverage detected