fix usage problem on **kwargs params

This commit is contained in:
David Halter
2013-07-23 16:33:59 +02:00
parent 68635fc80c
commit fd2e158cf6
2 changed files with 13 additions and 5 deletions

View File

@@ -203,3 +203,10 @@ class TestProperty:
def b(self):
#< 13 (-5,8), (0,13)
self.rw_prop
# -----------------
# *args, **kwargs
# -----------------
#< 11 (1,11), (0,8)
def f(**kwargs):
return kwargs