NickleDave / evfuncs

Functions for working with files created by the EvTAF program and the evsonganaly GUI
https://github.com/NickleDave/evfuncs
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

ENH: have functions return namedtuple / dataclasses / attrs class instances? #3

Open NickleDave opened 5 years ago

NickleDave commented 5 years ago

i.e. a notmat type with onsets_s and offsets_s fields, a rec_file type with is_catch fields, etc.?

NickleDave commented 3 years ago

e.g. using namedtuple or dataclasses or attrs

starts to feel like overkill though