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

Class 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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

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: object.__init__