mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
11 lines
161 B
Text
11 lines
161 B
Text
|
|
static object *
|
|
$abbrev$_$method$(self, args)
|
|
$abbrev$object *self;
|
|
object *args;
|
|
{
|
|
if (!newgetargs(args, ""))
|
|
return NULL;
|
|
INCREF(None);
|
|
return None;
|
|
}
|