Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
4fa82fa410bd2adcac01d302734f05cb26fa2210
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_print
blob: 017712e3b863e5a40188d0bf3700aca057870925 [
file
]
static
int
$abbrev$_print
(
self
,
fp
,
flags
)
$abbrev$object
*
self
;
FILE
*
fp
;
int
flags
;
{
/* XXXX Add code here to print self to fp */
return
0
;
}