NoteType#
module wntr.epanet.util
- NoteType#
An object that stores EPANET compatible annotation data.
A note (or comment) can be a string, a dictionary of the form
{'pre': List[str], 'post': str}
, or anwntr.epanet.util.ENcomment
object.
module wntr.epanet.util
An object that stores EPANET compatible annotation data.
A note (or comment) can be a string, a dictionary of the form {'pre': List[str], 'post': str}
,
or an wntr.epanet.util.ENcomment
object.