Exemple #1
0
 def end(self, content):
     #
     # Squash soap encoded arrays into python lists.  This is
     # also where we insure that empty arrays are represented
     # as empty python lists.
     #
     aty = content.aty
     if aty is not None:
         self.promote(content)
     return Typed.end(self, content)