| Home | Trees | Indices | Help |
|
|---|
|
|
Small example program for querying an XML-RPC lookup service
|
|||
|
UnitClass A single term in the TBX file. |
|||
|
|||
server_url = 'http://localhost:1234/'
|
|||
server = xmlrpclib.Server(server_url)
|
|||
text = sys.stdin.readline()
|
|||
Imports: tbx, minidom, xmlrpclib, sys
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed May 12 18:05:31 2010 | http://epydoc.sourceforge.net |