pynxxas.io.utils#

Functions

fix_varname(s)

fix string to be a a good Python variable/attribute name.

gformat(val[, length])

Format a number with '%g'-like format.

read_textfile(filename[, size])

read text from a file as string

test_gformat()