Package suds :: Package mx :: Module appender :: Class PrimativeAppender
[hide private]
[frames] | no frames]

Class PrimativeAppender

source code

Appender --+
           |
          PrimativeAppender

An appender for python primative types.

Instance Methods [hide private]
 
append(self, parent, content)
Append the specified content to the parent.
source code

Inherited from Appender: __init__, node, optional, resume, setdefault, setnil, suspend

Instance Variables [hide private]

Inherited from Appender: marshaller

Method Details [hide private]

append(self, parent, content)

source code 

Append the specified content to the parent.

Parameters:
  • content - The content to append.
Overrides: Appender.append
(inherited documentation)