Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2fb17ba2fa19d15d2c422ef7c2b45dca4f4de140
/
.
/
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
;
}