git: 9front

ref: a0e3c2e7be6b4eec4da6c4e13525d03072d9a801
dir: /sys/src/cmd/python/Tools/modulator/Templates/object_head/

View raw version

/* Declarations for objects of type $name$ */

typedef struct {
	PyObject_HEAD
	/* XXXX Add your own stuff here */
} $abbrev$object;

static PyTypeObject $Abbrev$type;



/* ---------------------------------------------------------------- */