Package mmLib :: Module TLS :: Class TLSFile
[hide private]
[frames] | no frames]

Class TLSFile

source code

object --+
         |
        TLSFile

Read/Write TLS files containing one or more TLSGroupDesc objects.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_file_format(self, file_format)
Set a instance of a TLSFileFormat subclass to use for reading and writing TLS description files.
source code
 
load(self, fil, path=None)
Load TLS description file using the current TLSFileFormat instance.
source code
 
save(self, fil, path=None)
Save TLS description file using the curent TLSFileFormat instance.
source code
 
construct_tls_groups(self, struct)
Returns a list of TLSGroup instances constructed from the TLSGroupDesc instances contained in this class.
source code
 
construct_tls_groups_with_atoms(self, struct)
Returns a list of TLSGroup instances constructed from the Structure instance argument and the TLSGroupDesc instances contained in this class.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)