Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
8f2d006115deb535f08856838593cd6633909002
/
.
/
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
;
/* ---------------------------------------------------------------- */