fumitoh / modelx

Use Python like a spreadsheet!

Home Page:https://modelx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support del item in exported models

fumitoh opened this issue · comments

#115 (reply in thread)

from AModel_nomx import mx_model

mx_model.Space[1]

del mx_model.Space[1]