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