Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e1ac4f19301aa0a4d28fc25b91c71c477c37cb21
/
.
/
Tools
/
modulator
/
Templates
/
object_method
blob: b15162c317f3a390378795b9a3e5cb9908afa929 [
file
]
static
char
$abbrev$_$method$__doc__
[]
=
""
;
static
PyObject
*
$abbrev$_$method$
(
$abbrev$object
*
self
,
PyObject
*
args
)
{
if
(!
PyArg_ParseTuple
(
args
,
""
))
return
NULL
;
Py_INCREF
(
Py_None
);
return
Py_None
;
}