/Tools/modulator/Templates/object_method
http://unladen-swallow.googlecode.com/ · #! · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 25ab7f81c24ae33378456094df7c1d59 MD5 · raw file
- static char $abbrev$_$method$__doc__[] =
- ""
- ;
- static PyObject *
- $abbrev$_$method$($abbrev$object *self, PyObject *args)
- {
- if (!PyArg_ParseTuple(args, ""))
- return NULL;
- Py_INCREF(Py_None);
- return Py_None;
- }