Пример #1
0
PyObject* py_setBarValue(PyObject *self, PyObject *args)
{
  return py_setValue(self, args, "Bar");
}
Пример #2
0
PyObject* py_setGraphValue(PyObject *self, PyObject *args)
{
  return py_setValue(self, args, "Graph");
}