/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.11.15
Doc/library/xmlrpc.rst
12 строк
477 B
Miss Islington (bot)
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418)
29 июл 2023, 09:17
Не верифицирован
29 июл 2023, 09:17
3c1bcae
Код
Авторство
О чём код?
:mod:`!xmlrpc` --- XMLRPC server and client modules =================================================== XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a URI) and get back structured data. ``xmlrpc`` is a package that collects server and client modules implementing XML-RPC. The modules are: * :mod:`xmlrpc.client` * :mod:`xmlrpc.server`