Package suds :: Module reader :: Class Reader
[hide private]
[frames] | no frames]

Class Reader

source code

Known Subclasses:

The reader provides integration with cache.

Instance Methods [hide private]
 
__init__(self, options) source code
 
mangle(self, name, x)
Mangle the name by hashing the name and appending x.
source code
Instance Variables [hide private]
Options options
An options object.
Method Details [hide private]

__init__(self, options)
(Constructor)

source code 
Parameters:
  • options (Options) - An options object.

mangle(self, name, x)

source code 

Mangle the name by hashing the name and appending x.

Returns:
the mangled name.