Message100876
If you want an example:
pydoc3.1 xmlrpc.server
2nd usage pattern
change "SimpleXMLRPCServer" to "DocXMLRPCServer"
change function signature from "pow(self, x, y)" to "pow(self, x:int, y:int)"
and your good to go and have your doc xmlrpc server crashed the moment you send a get request to him (e.g. by accessing "http://ip:port" in the browser of your choice). |
|
Date |
User |
Action |
Args |
2010-03-11 16:52:10 | tormen | set | recipients:
+ tormen, brian.curtin |
2010-03-11 16:52:10 | tormen | set | messageid: <1268326330.49.0.113107178573.issue8112@psf.upfronthosting.co.za> |
2010-03-11 16:52:08 | tormen | link | issue8112 messages |
2010-03-11 16:52:08 | tormen | create | |
|