| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Package hosting :: Package SOAPpy :: Module Tools |
|
SOAPpy tools for making life easier.
This module defines methods for making serialization and other things simpler when using the SOAPpy module.| Function Summary | |
|---|---|
This is a utility method to create an object of a specified class. | |
This method traverses a object hierarchy rooted at object. | |
This method takes an object that has been sent across the network via SOAPpy and rebuilds a real python object from it. | |
| Variable Summary | |
|---|---|
str |
__revision__ = '$Id: Tools.py,v 1.10 2004/09/10 03:58:54...
|
| Function Details |
|---|
CreateBlank(p)This is a utility method to create an object of a specified class.
|
Decorate(obj)This method traverses a object hierarchy rooted at object. It tags each object with an attribute ag_class with the class this is. This makes it possible to rebuild these classes on the other side of a SOAP call.
|
Reconstitute(obj)This method takes an object that has been sent across the network via SOAPpy and rebuilds a real python object from it.
|
| Variable Details |
|---|
__revision__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jan 09 13:23:48 2006 | http://epydoc.sf.net |