コード例 #1
0
 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)