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

Function python_tcl_write

namd/src/ScriptTcl.C:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static PyObject* python_tcl_write(PyObject *self, PyObject *args) {
234 const char *string;
235 if ( ! PyArg_ParseTuple(args, "s", &string) ) return 0;
236 CkPrintf("%s", string);
237 return Py_None;
238}
239
240static PyMethodDef namdPython_methods[] = {
241 {"eval", python_tcl_eval, METH_VARARGS,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected