source:
trunk/essentials/dev-lang/python/Tools/modulator/Templates/module_method
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 223 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | static char $abbrev$_$method$__doc__[] = |
| 3 | "" |
| 4 | ; |
| 5 | |
| 6 | static PyObject * |
| 7 | $abbrev$_$method$(PyObject *self /* Not used */, PyObject *args) |
| 8 | { |
| 9 | |
| 10 | if (!PyArg_ParseTuple(args, "")) |
| 11 | return NULL; |
| 12 | Py_INCREF(Py_None); |
| 13 | return Py_None; |
| 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
