bdestombe / python-flopy-parser

Convert MODFLOW input files to Python
https://github.com/bdestombe/python-flopy-parser
MIT License
10 stars 2 forks source link

Rely on __repr__ of flopy #1

Open bdestombe opened 7 years ago

bdestombe commented 7 years ago

Look if repr is implemented in flopy and whether it can be used directly in flopymetascript

bdestombe commented 7 years ago

or 'reprlib', https://docs.python.org/3.6/library/reprlib.html.