static PyObject *Triton_takeSnapshot(PyObject *self, PyObject *noarg)
{
  ap.takeSnapshot();
  return Py_None;
}