Sign in
android
/
platform
/
external
/
python
/
49c8a063d2db72232ab22809ff8741232e7523df
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_str
blob: 2e3648e8381fa930aaefe4d68aa1f73e05e01757 [
file
] [
log
] [
blame
]
static
PyObject
*
$abbrev$_str
(
$abbrev$object
*
self
)
{
PyObject
*
s
;
/* XXXX Add code here to put self into s */
return
s
;
}