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