Table of Contents

Module: xmlrpc Twisted-0.17.4/twisted/web/xmlrpc.py

A generic resource for publishing objects via XML-RPC.

Requires xmlrpclib (comes standard with Python 2.2 and later, otherwise can be downloaded from http://www.pythonware.com/products/xmlrpc/).

Imported modules   
from twisted.python import log, defer
from twisted.web import resource, server
import xmlrpclib
Classes   
NoSuchFunction

There is no function by the given name.

Result

The result of an XML-RPC request.

XMLRPC

A resource that implements XML-RPC.


Table of Contents

This document was automatically generated on Sat Apr 20 01:31:53 2002 by HappyDoc version 2.0