Prevent "__dummy_0__" template methods from matching name warnings
This commit is contained in:
parent
de78b80de9
commit
307c9814a0
3 changed files with 23 additions and 0 deletions
5
Examples/test-suite/python/name_warnings_runme.py
Normal file
5
Examples/test-suite/python/name_warnings_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from name_warnings import *
|
||||
|
||||
four = double_an_int(2)
|
||||
assert four == 4
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue