LogoSearch packages:      

Sourcecode: conduit version File versions

def atom::AtomBase::ToString (   self,
  string_encoding = 'UTF-8' 
) [inherited]

Converts the Atom object to a string containing XML.

Definition at line 311 of file __init__.py.

                                             :
    """Converts the Atom object to a string containing XML."""
    return ElementTree.tostring(self._ToElementTree(), encoding=string_encoding)

  def __str__(self):


Generated by  Doxygen 1.5.1   Back to index