exception documentation

class FreeFormException(Exception): (source)

Constructor: FreeFormException(lines)

View In Hierarchy

Exception to encapsulate the converted lines when numpy-style fields get treated as free form.

Method __init__ attrs generated method
Instance Variable lines Undocumented
def __init__(self, lines: list[str]): (source)

attrs generated method

Undocumented