René's URL Explorer Experiment


Title: xmlrpc.client --- XML-RPC 用戶端存取 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
xmlrpc.client --- XML-RPC 用戶端存取https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html
ServerProxy 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#serverproxy-objects
日期時間物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#datetime-objects
Binary Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#binary-objects
Fault Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#fault-objects
ProtocolError 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#protocolerror-objects
MultiCall 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#multicall-objects
便捷的函式https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#convenience-functions
Example of Client Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-usage
Example of Client and Server Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-and-server-usage
xmlrpc --- XMLRPC 伺服器與用戶模組https://python.github.io/python-docs-zh-tw/library/xmlrpc.html
xmlrpc.server --- 基本 XML-RPC 伺服器https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/xmlrpc.client.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html
上一頁https://python.github.io/python-docs-zh-tw/library/xmlrpc.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路協定 (Internet protocols) 及支援https://python.github.io/python-docs-zh-tw/library/internet.html
xmlrpc.client --- XML-RPC 用戶端存取https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#module-xmlrpc.client
Lib/xmlrpc/client.pyhttps://github.com/python/cpython/tree/3.14/Lib/xmlrpc/client.py
xmlrpc.clienthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#module-xmlrpc.client
XML 安全性https://python.github.io/python-docs-zh-tw/library/xml.html#xml-security
xmlrpc.clienthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#module-xmlrpc.client
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
WebAssembly 平台https://python.github.io/python-docs-zh-tw/library/intro.html#wasm-availability
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
ServerProxyhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
http://ontosys.com/xml-rpc/extensions.phphttps://web.archive.org/web/20130120074804/http://ontosys.com/xml-rpc/extensions.php
datetime.datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
datetime.datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
ssl.SSLContexthttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
listshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
DateTimehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime
datetime.datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
Binaryhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
ProtocolErrorhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
ProtocolErrorhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
Binaryhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
ServerProxyhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
ServerProxyhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
https://ws.apache.org/xmlrpc/types.htmlhttps://ws.apache.org/xmlrpc/types.html
XML-RPC HOWTOhttps://tldp.org/HOWTO/XML-RPC-HOWTO/index.html
XML-RPC Introspectionhttps://xmlrpc-c.sourceforge.io/introspection.html
XML-RPC Specificationhttp://xmlrpc.scripting.com/spec.html
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#serverproxy-objects
ServerProxyhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
ProtocolErrorhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.listMethods
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.methodSignature
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy.system.methodHelp
ServerProxyhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ServerProxy
context managerhttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-manager
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#datetime-objects
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime
datetime.datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime.decode
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime.encode
DateTimehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime
rich comparisonhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#binary-objects
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
Binaryhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary.data
Binaryhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
Binaryhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary.decode
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary.encode
RFC 2045 section 6.8https://datatracker.ietf.org/doc/html/rfc2045.html#section-6.8
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__ne__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ne__
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#fault-objects
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault.faultCode
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault.faultString
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#protocolerror-objects
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
ProtocolErrorhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError.url
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError.errcode
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError.errmsg
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError.headers
ProtocolErrorhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.ProtocolError
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#multicall-objects
MultiCallhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.MultiCall
[1]https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#id6
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.MultiCall
MultiCallhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.MultiCall
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#convenience-functions
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.dumps
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.loads
Faulthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Fault
datetime.datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-usage
https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-and-server-usage
SimpleXMLRPCServer 範例https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#simplexmlrpcserver-example
1https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#id5
a discussion on xmlrpc.comhttps://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgReader$1208?mode=topic
目錄https://python.github.io/python-docs-zh-tw/contents.html
xmlrpc.client --- XML-RPC 用戶端存取https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html
ServerProxy 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#serverproxy-objects
日期時間物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#datetime-objects
Binary Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#binary-objects
Fault Objectshttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#fault-objects
ProtocolError 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#protocolerror-objects
MultiCall 物件https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#multicall-objects
便捷的函式https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#convenience-functions
Example of Client Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-usage
Example of Client and Server Usagehttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#example-of-client-and-server-usage
xmlrpc --- XMLRPC 伺服器與用戶模組https://python.github.io/python-docs-zh-tw/library/xmlrpc.html
xmlrpc.server --- 基本 XML-RPC 伺服器https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/xmlrpc.client.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html
上一頁https://python.github.io/python-docs-zh-tw/library/xmlrpc.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路協定 (Internet protocols) 及支援https://python.github.io/python-docs-zh-tw/library/internet.html
xmlrpc.client --- XML-RPC 用戶端存取https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.