示例#1
0
PyObject* py_getBarValue(PyObject *self, PyObject *args)
{
  return py_getValue(self, args, "Bar");
}
示例#2
0
PyObject* py_getGraphValue(PyObject *self, PyObject *args)
{
  return py_getValue(self, args, "Graph");
}