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