Commit 32b66302 authored by Łukasz Nowak's avatar Łukasz Nowak

- added parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 218041cc
......@@ -99,7 +99,7 @@ line.edit(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>*args, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -125,8 +125,10 @@ line.edit(\n
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>context</string>
<string>parent</string>
<string>portal_type</string>
<string>len</string>
......
359
\ No newline at end of file
360
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment