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

Class TLSFileFormat

source code

object --+
         |
        TLSFileFormat
Known Subclasses:

Base class for TLS file types.

Instance Methods [hide private]
 
load_supported(self)
Returns True if file loading is supported, otherwise returns False.
source code
 
save_supported(self)
Return True if file saving is supported, otherwise returns False.
source code
 
load(self, fil)
Returns a list containing one TLSGroupDesc object for each TLS group description found in the file.
source code
 
save(self, fil, tls_desc_list)
Writes the list of TLSGroupDesc object to the given file.
source code

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

Properties [hide private]

Inherited from object: __class__