コード例 #1
0
ファイル: cvxcore.py プロジェクト: zxuen/cvxpy
 def clear(self):
     return _cvxcore.IntVector2D_clear(self)
コード例 #2
0
 def clear(self) -> "void":
     return _cvxcore.IntVector2D_clear(self)