repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 'description' class attribute to every command class (to help the
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_head
blob
9e6fa5eeac039e5b556849a118b483b87e3d21dd
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
staticforward PyTypeObject $Abbrev$type;
10
11
12
13
/* ---------------------------------------------------------------- */