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

Type mmCIFFileWriter

object --+
         |
        mmCIFFileWriter


Writes out a mmCIF file using the data in the mmCIFData list.
Method Summary
  data_type(self, x)
Analyze x and return its type: token, qstring, mstring
  form_mstring(self, mstring)
  write(self, x)
  write_cif_data(self)
  write_file(self, fil, cif_data_list)
  write_mstring(self, mstring)
  write_multi_row_table(self, cif_table)
  write_one_row_table(self, cif_table)
  writeln(self, x)
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

data_type(self, x)

Analyze x and return its type: token, qstring, mstring

Generated by Epydoc 2.1 on Sun Apr 23 22:08:38 2006 http://epydoc.sf.net