Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4124a0b3
Kaydet (Commit)
4124a0b3
authored
Tem 14, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct a couple of errors noted by Alex Martelli.
üst
7fc8abb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libxmlrpclib.tex
Doc/lib/libxmlrpclib.tex
+3
-3
No files found.
Doc/lib/libxmlrpclib.tex
Dosyayı görüntüle @
4124a0b3
...
...
@@ -17,8 +17,8 @@ structured data. This module supports writing XML-RPC client code; it
handles all the details of translating between conformable Python
objects and XML on the wire.
\begin{classdesc}
{
Server
}{
\optional
{
uri
\optional
{
, transport
\optional
{
,
encoding
\optional
{
, verbose
}}}}
}
\begin{classdesc}
{
Server
}{
uri
\optional
{
, transport
\optional
{
,
encoding
\optional
{
, verbose
}}}}
A
\class
{
Server
}
instance is a server proxy that manages communication
with a remote XML-RPC server. The required first argument is a URI
(Uniform Resource Indicator), and will normally be the URL of the
...
...
@@ -91,7 +91,7 @@ This method returns a list of strings, one for each (non-system)
method supported by the XML-RPC server.
\end{methoddesc}
\begin{methoddesc}
{
system.method
Help
}{
name
}
\begin{methoddesc}
{
system.method
Signature
}{
name
}
This method takes one parameter, the name of a method implemented by
the XML-RPC server.It returns an array of possible signatures for this
method. A signature is an array of types. The first of these types is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment