(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git] / Tools / modulator / Templates / module_method
blobbf64e79f8aae9cbbfedbfabbcd664f45a49d9047
2 static object *
3 $abbrev$_$method$(self, args)
4         object *self;   /* Not used */
5         object *args;
8         if (!newgetargs(args, ""))
9                 return NULL;
10         INCREF(None);
11         return None;