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