Rename func to funk in tests to avoid Go keyword problems
This commit is contained in:
parent
67190cbb2e
commit
95e8643d70
16 changed files with 25 additions and 29 deletions
|
|
@ -9,7 +9,7 @@ if is_python_builtin():
|
|||
exit(0)
|
||||
|
||||
t = Test()
|
||||
t.func()
|
||||
t.funk()
|
||||
if is_new_style_class(Test):
|
||||
t.static_func()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue