Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
d79210a0e412e6161a2df2645dc3d68e5f7fa5a8
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_repr
blob: f12222508729c8b15b1237e45d2c984d0990b719 [
file
]
static
PyObject
*
$abbrev$_repr
(
$abbrev$object
*
self
)
{
PyObject
*
s
;
/* XXXX Add code here to put self into s */
return
s
;
}