mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
12 lines
169 B
Text
12 lines
169 B
Text
|
|
static object *
|
|
$abbrev$_$method$(self, args)
|
|
object *self; /* Not used */
|
|
object *args;
|
|
{
|
|
|
|
if (!newgetargs(args, ""))
|
|
return NULL;
|
|
INCREF(None);
|
|
return None;
|
|
}
|