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