def incr(self, n: 'size_t' = 1) -> "swig::SwigPyIterator *":
     return _pywraplp.SwigPyIterator_incr(self, n)
示例#2
0
文件: pywraplp.py 项目: matif/lifERP
 def incr(self, n=1):
     return _pywraplp.SwigPyIterator_incr(self, n)