Fix for 'self' being used as a parameter name
This commit is contained in:
parent
3855b96459
commit
6029b2f7d8
5 changed files with 19 additions and 12 deletions
5
Examples/test-suite/python/director_keywords_runme.py
Normal file
5
Examples/test-suite/python/director_keywords_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from director_keywords import *
|
||||
|
||||
f = Foo()
|
||||
f.check_self(20)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue