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
33ceda85
Kaydet (Commit)
33ceda85
authored
Mar 24, 2005
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Function signatures for tp_descr_get and tp_descr_set.
üst
c6699b7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
newtypes.tex
Doc/api/newtypes.tex
+15
-1
No files found.
Doc/api/newtypes.tex
Dosyayı görüntüle @
33ceda85
...
@@ -1106,6 +1106,13 @@ typedef struct PyGetSetDef {
...
@@ -1106,6 +1106,13 @@ typedef struct PyGetSetDef {
\begin{cmemberdesc}
{
PyTypeObject
}{
descrgetfunc
}{
tp
_
descr
_
get
}
\begin{cmemberdesc}
{
PyTypeObject
}{
descrgetfunc
}{
tp
_
descr
_
get
}
An optional pointer to a "descriptor get" function.
An optional pointer to a "descriptor get" function.
The function signature is
\begin{verbatim}
PyObject * tp
_
descr
_
get(PyObject *self, PyObject *obj, PyObject *type);
\end{verbatim}
XXX blah, blah.
XXX blah, blah.
This field is inherited by subtypes.
This field is inherited by subtypes.
...
@@ -1114,9 +1121,16 @@ typedef struct PyGetSetDef {
...
@@ -1114,9 +1121,16 @@ typedef struct PyGetSetDef {
\begin{cmemberdesc}
{
PyTypeObject
}{
descrsetfunc
}{
tp
_
descr
_
set
}
\begin{cmemberdesc}
{
PyTypeObject
}{
descrsetfunc
}{
tp
_
descr
_
set
}
An optional pointer to a "descriptor set" function.
An optional pointer to a "descriptor set" function.
XXX blah, blah.
The function signature is
\begin{verbatim}
int tp
_
descr
_
set(PyObject *self, PyObject *obj, PyObject *value);
\end{verbatim}
This field is inherited by subtypes.
This field is inherited by subtypes.
XXX blah, blah.
\end{cmemberdesc}
\end{cmemberdesc}
\begin{cmemberdesc}
{
PyTypeObject
}{
long
}{
tp
_
dictoffset
}
\begin{cmemberdesc}
{
PyTypeObject
}{
long
}{
tp
_
dictoffset
}
...
...
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