Sign in
android
/
platform
/
external
/
python
/
49c8a063d2db72232ab22809ff8741232e7523df
/
.
/
Tools
/
modulator
/
Templates
/
module_method
blob: 3048b1fc48d34189c533eb2f34e9432bc385f031 [
file
] [
log
] [
blame
]
static
char
$abbrev$_$method$__doc__
[]
=
""
;
static
PyObject
*
$abbrev$_$method$
(
PyObject
*
self
/* Not used */
,
PyObject
*
args
)
{
if
(!
PyArg_ParseTuple
(
args
,
""
))
return
NULL
;
Py_INCREF
(
Py_None
);
return
Py_None
;
}