commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8000 - trunk/gnue-common/src/rpc/drivers/xmlrpc


From: reinhard
Subject: [gnue] r8000 - trunk/gnue-common/src/rpc/drivers/xmlrpc
Date: Wed, 28 Sep 2005 12:35:47 -0500 (CDT)

Author: reinhard
Date: 2005-09-26 21:48:26 -0500 (Mon, 26 Sep 2005)
New Revision: 8000

Modified:
   trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py
Log:
Fixed docstrings.


Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py   2005-09-27 
02:45:49 UTC (rev 7999)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py   2005-09-27 
02:48:26 UTC (rev 8000)
@@ -161,7 +161,7 @@
 
     @param method: name of the method to be executed
     @param args: tuple with all positional arguments
-    @param kwargs: dictionary with all keyword arguments - XML-RPC does B{NOT}
+    @param params: dictionary with all keyword arguments - XML-RPC does B{NOT}
       support keyword arguments
 
     @return: result of the remote procedure call

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py        2005-09-27 
02:45:49 UTC (rev 7999)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py        2005-09-27 
02:48:26 UTC (rev 8000)
@@ -58,10 +58,6 @@
   """
   Convert a value from native python type into a type acceptable to xmlrpc. 
 
-  @param value: the native python value to be converted
-  @param wrapObject: if the value is not one of the base types to be converted,
-    this function will be used to wrap the value
-  
   The following type conversions are performed.
 
   * None           -> None
@@ -74,6 +70,10 @@
 
   For lists and tuples the conversion will be applied to each element. For
   dictionaries the conversion will be applied to the key as well as the value.
+
+  @param value: the native python value to be converted
+  @param wrapObject: if the value is not one of the base types to be converted,
+    this function will be used to wrap the value
   """
 
   if value is None:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]