Fixed pep8 issues E701, E203, E231, E261
This commit is contained in:
parent
e0c432f70d
commit
0d589349a1
2 changed files with 35 additions and 35 deletions
|
|
@ -344,7 +344,8 @@ namespace swig
|
|||
%feature("python:slot", "tp_iternext", functype="iternextfunc") SwigPyIterator::__next__;
|
||||
#else
|
||||
%extend SwigPyIterator {
|
||||
%pythoncode {def __iter__(self): return self}
|
||||
%pythoncode {def __iter__(self):
|
||||
return self}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue