Package data_store :: Module gui :: Class Free_file_format
[hide private]
[frames] | no frames]

type Free_file_format

source code


Container for the free format file settings (column numbers, column separators, etc.).

Instance Methods [hide private]
 
__init__(self)
Set up the initial values.
source code
 
reset(self)
Reset all variables to the initial values.
source code

Inherited from data_classes.Element: __repr__, from_xml, is_empty, to_xml

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Set up the initial values.

Parameters:
  • name - The name of the object.
  • desc - The description of the object.
Overrides: data_classes.Element.__init__