source: trunk/essentials/dev-lang/python/Tools/modulator/Templates/object_head

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 243 bytes
Line 
1
2/* Declarations for objects of type $name$ */
3
4typedef struct {
5 PyObject_HEAD
6 /* XXXX Add your own stuff here */
7} $abbrev$object;
8
9static PyTypeObject $Abbrev$type;
10
11
12
13/* ---------------------------------------------------------------- */
Note: See TracBrowser for help on using the repository browser.