[patch] add support of method keyword params

33 views
Skip to first unread message

tocer deng

unread,
Apr 11, 2013, 7:03:26 AM4/11/13
to rap...@googlegroups.com
Hi all,

I hope the patch is helpful to someone.  the patch is generated  by hg MQ extention, so you can import it if you open MQ extention:

hg  qimport THE_PATCH_FILE

The example for the new feature:

def  method_one($foo, $bar='bar'):
    ul:
        li:
             $foo
        li:
             $bar

method_one('foo')
method_noe('not_foo', 'not_bar')


add support of method keyword params.patch

Alexander Tsepkov

unread,
Apr 11, 2013, 9:53:32 PM4/11/13
to tocer deng, rap...@googlegroups.com
Thanks, neat feature, I didn't even think of that. I'll add it this weekend, after testing it against Pyjeon website source code to make sure it doesn't break anything (being regex-based, RapydML can be a bit fragile).
Reply all
Reply to author
Forward
0 new messages