mirror of https://github.com/python/cpython.git
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
|
|
||
|
static object *
|
||
|
$abbrev$_$method$(self, args)
|
||
|
object *self; /* Not used */
|
||
|
object *args;
|
||
|
{
|
||
|
|
||
|
if (!newgetargs(args, ""))
|
||
|
return NULL;
|
||
|
INCREF(None);
|
||
|
return None;
|
||
|
}
|