Mercurial > hg > numerics
changeset 105:32a849b8f1f0
stubbing; it looks like most of this work is upstreaming
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 15 Mar 2015 09:01:49 -0700 |
parents | 889728b8d359 |
children | 895ad896023a |
files | numerics/read.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/numerics/read.py Sun Mar 15 08:53:30 2015 -0700 +++ b/numerics/read.py Sun Mar 15 09:01:49 2015 -0700 @@ -143,6 +143,10 @@ # return processed data return data + def columns(self): + """return columns vs `data`'s rows""" + raise NotImplementedError('TODO') # -> record TODO items + def main(args=sys.argv[1:]): """CLI"""