repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
module_method
blob
bf64e79f8aae9cbbfedbfabbcd664f45a49d9047
1
2
static object *
3
$abbrev$_$method$(self, args)
4
object *self; /* Not used */
5
object *args;
6
{
7
8
if (!newgetargs(args, ""))
9
return NULL;
10
INCREF(None);
11
return None;
12
}