fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
89 stars 20 forks source link

ENH: Add Model.path property #104

Closed fumitoh closed 4 months ago

fumitoh commented 4 months ago

The pull request introduces a new property path to the Model class. This property holds the path from which the model is loaded or to which it is saved, represented as a pathlib.Path object. This property can be accessed within formulas using the special reference _model.path.