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):
|