source:
trunk/essentials/dev-lang/python/Tools/modulator/Templates/object_head
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 243 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | /* Declarations for objects of type $name$ */ |
| 3 | |
| 4 | typedef struct { |
| 5 | PyObject_HEAD |
| 6 | /* XXXX Add your own stuff here */ |
| 7 | } $abbrev$object; |
| 8 | |
| 9 | static PyTypeObject $Abbrev$type; |
| 10 | |
| 11 | |
| 12 | |
| 13 | /* ---------------------------------------------------------------- */ |
Note:
See TracBrowser
for help on using the repository browser.
