splinepy.io.ioutils#

io utils.

Functions

abs_fname(fname)

Checks if fname is absolute.

dict_to_spline(spline_dictionary)

Create a list of splines from a list of dictionaries

expand_tabs(fname[, overwrite, tab_expand])

Replaces tabs in a text file with spaces

form_lines(*args)

Formulate a string, taking each args as a line.

make_meaningful(line[, comment])

Tries to turn a str input a meaningful line.

next_line(f[, comment])

Strips and returns next meaningful line from the opened, readable file.