コード例 #1
0
ファイル: pywrapgraph.py プロジェクト: shivamusa6/winpython
 def incr(self, n: 'size_t'=1) -> "swig::SwigPyIterator *":
     return _pywrapgraph.SwigPyIterator_incr(self, n)
コード例 #2
0
 def incr(self, n=1):
     return _pywrapgraph.SwigPyIterator_incr(self, n)