/Tools/modulator/Templates/object_method

http://unladen-swallow.googlecode.com/ · #! · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 25ab7f81c24ae33378456094df7c1d59 MD5 · raw file

  1. static char $abbrev$_$method$__doc__[] =
  2. ""
  3. ;
  4. static PyObject *
  5. $abbrev$_$method$($abbrev$object *self, PyObject *args)
  6. {
  7. if (!PyArg_ParseTuple(args, ""))
  8. return NULL;
  9. Py_INCREF(Py_None);
  10. return Py_None;
  11. }