コード例 #1
0
ファイル: bar_python.cpp プロジェクト: Fat-Zer/tdeutils
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");
}