Issue #6985: number of range() items should be constrained to lie
[python.git] / Tools / modulator / Templates / object_method
blobb15162c317f3a390378795b9a3e5cb9908afa929
2 static char $abbrev$_$method$__doc__[] = 
3 ""
6 static PyObject *
7 $abbrev$_$method$($abbrev$object *self, PyObject *args)
9         if (!PyArg_ParseTuple(args, ""))
10                 return NULL;
11         Py_INCREF(Py_None);
12         return Py_None;