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