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
42b567fc
Kaydet (Commit)
42b567fc
authored
Ock 17, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a couple of markup errors.
üst
a8b2e32a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
libsimplexmlrpc.tex
Doc/lib/libsimplexmlrpc.tex
+3
-4
No files found.
Doc/lib/libsimplexmlrpc.tex
Dosyayı görüntüle @
42b567fc
...
...
@@ -102,7 +102,7 @@ handle XML-RPC requests sent to Python CGI scripts.
\begin{methoddesc}
{
register
_
function
}{
function
\optional
{
, name
}}
Register a function that can respond to XML-RPC requests. If
\var
{
name
]
is given, it will be the method name associated with
\var
{
name
}
is given, it will be the method name associated with
function, otherwise
\var
{
function.
__
name
__}
will be used.
\var
{
name
}
can be either a normal or Unicode string, and may contain
characters not legal in Python identifiers, including the period
...
...
@@ -115,7 +115,7 @@ which have not been registered using \method{register_function()}. If
instance contains a
\method
{_
dispatch()
}
method, it is called with the
requested method name and the parameters from the
request; the return value is returned to the client as the result.
If instance does not have a
\method
e
{_
dispatch()
}
method, it is searched
If instance does not have a
\method
{_
dispatch()
}
method, it is searched
for an attribute matching the name of the requested method; if
the requested method name contains periods, each
component of the method name is searched for individually,
...
...
@@ -154,4 +154,4 @@ handler.register_function(lambda x,y: x+y, 'add')
handler.register
_
introspection
_
functions()
handler.register
_
instance(MyFuncs())
handler.handle
_
request()
\end{verbatim}
\ No newline at end of file
\end{verbatim}
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