[Zope3-checkins]
SVN: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
added a kicker to the full example
Tarek Ziadé
tziade at nuxeo.com
Tue Oct 11 09:12:17 EDT 2005
Log message for revision 39041:
added a kicker to the full example
Changed:
U Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
-=-
Modified: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
===================================================================
--- Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt 2005-10-11 12:55:31 UTC (rev 39040)
+++ Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt 2005-10-11 13:12:17 UTC (rev 39041)
@@ -36,7 +36,7 @@
... """ my help """
... return '%s %s, %s, lalalala, you and me, lalalala' % (a, b, c)
-`myMethod()` will then be introspectable.
+`myMethod()` will then be introspectable. (find a full examples below, grep for (*))
How does it works ?
@@ -266,7 +266,7 @@
>>> JacksonFiveRPC().says('a', 'b', 'c')
'a b, c, lalalala, you and me, lalalala'
-Let's try out decorated and not decorated methods signatures:
+Let's try out decorated and not decorated methods signatures (*):
>>> class JacksonFiveRPC:
... @xmlrpccallable(str, str, str, str)
More information about the Zope3-Checkins
mailing list