Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
90aa7646affbaee9628ca6ea6a702aec17b3b550
/
.
/
Tools
/
modulator
/
Templates
/
object_head
blob: 07d1f6a9fd65ed089cc87a79e38b64c026cc2b87 [
file
]
/* Declarations for objects of type $name$ */
typedef
struct
{
PyObject_HEAD
/* XXXX Add your own stuff here */
}
$abbrev$object
;
static
PyTypeObject
$Abbrev$type
;
/* ---------------------------------------------------------------- */