autopep8 cleanup of Examples/test-suite/python
automated cleanup of python pep8 whitespace compliance
This commit is contained in:
parent
9086eb351c
commit
b77f3afafb
202 changed files with 3477 additions and 3382 deletions
|
|
@ -1,13 +1,13 @@
|
|||
from nested_template_base import *
|
||||
|
||||
|
||||
ois = InnerS(123);
|
||||
oic = InnerC();
|
||||
ois = InnerS(123)
|
||||
oic = InnerC()
|
||||
|
||||
# Check base method is available
|
||||
if (oic.outer(ois).val != 123):
|
||||
raise RuntimeError("Wrong value calling outer");
|
||||
raise RuntimeError("Wrong value calling outer")
|
||||
|
||||
# Check non-derived class using base class
|
||||
if (oic.innerc().outer(ois).val != 123):
|
||||
raise RuntimeError("Wrong value calling innerc");
|
||||
raise RuntimeError("Wrong value calling innerc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue