Column.getConstr ()


Column.getConstr ()

getConstr(我)

从列中的单个项检索约束对象。

返回值:

索引项的约束在列。

使用示例:

col = Column([1.0, 2.0], [c0, c1]) print(col. getconstr (1))