Package mmLib :: Module mmCIF :: Class mmCIFFileWriter
[hide private]
[frames] | no frames]

Class mmCIFFileWriter

source code

object --+
         |
        mmCIFFileWriter

Writes out a mmCIF file using the data in the mmCIFData list.

Instance Methods [hide private]
 
write_file(self, fil, cif_data_list) source code
 
write(self, x) source code
 
writeln(self, x='') source code
 
write_mstring(self, mstring) source code
 
form_mstring(self, mstring) source code
 
data_type(self, x)
Analyze x and return its type: token, qstring, mstring
source code
 
write_cif_data(self) source code
 
write_one_row_table(self, cif_table) source code
 
write_multi_row_table(self, cif_table) 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__