MCPcopy Create free account
hub / github.com/Colvars/colvars / namdPython_traverse

Function namdPython_traverse

namd/src/ScriptTcl.C:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262PyObject *namdPythonModule;
263
264static int namdPython_traverse(PyObject *m, visitproc visit, void *arg) {
265 Py_VISIT(((struct module_state*)PyModule_GetState(m))->error);
266 return 0;
267}
268
269static int namdPython_clear(PyObject *m) {
270 Py_CLEAR(((struct module_state*)PyModule_GetState(m))->error);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected