Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6db14192e65f477a3804bedbe0b89c8c423fee90
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_str
blob: bed15dfdf70a235c6f5274c2afe0d4e38376e256 [
file
]
static
PyObject
*
$abbrev$_str
(
self
)
$abbrev$object
*
self
;
{
PyObject
*
s
;
/* XXXX Add code here to put self into s */
return
s
;
}