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

Function namdPython_clear

namd/src/ScriptTcl.C:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269static int namdPython_clear(PyObject *m) {
270 Py_CLEAR(((struct module_state*)PyModule_GetState(m))->error);
271 return 0;
272}
273
274static struct PyModuleDef moduledef = {
275 PyModuleDef_HEAD_INIT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected