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
978ec9a8
Kaydet (Commit)
978ec9a8
authored
Haz 22, 2006
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small fixes, mostly in the markup.
üst
b2c9ba8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
libctypes.tex
Doc/lib/libctypes.tex
+7
-7
No files found.
Doc/lib/libctypes.tex
Dosyayı görüntüle @
978ec9a8
...
...
@@ -1543,13 +1543,13 @@ each time.
The following public attributes are available, their name starts with
an underscore to not clash with exported function names:
\begin{
datadescni}
{_
handle: memberdesc
}
\begin{
memberdesc}
{_
handle
}
The system handle used to access the library.
\end{
datadescni
}
\end{
memberdesc
}
\begin{
datadescni}
{_
name: memberdesc
}
\begin{
memberdesc}
{_
name
}
The name of the library passed in the contructor.
\end{
datadescni
}
\end{
memberdesc
}
Shared libraries can also be loaded by using one of the prefabricated
objects, which are instances of the
\class
{
LibraryLoader
}
class, either by
...
...
@@ -1748,7 +1748,7 @@ above.
Each item in this tuple contains further information about a
parameter, it must be a tuple containing 1, 2, or 3 items.
The first item is an integer containing flags for the parameter
.
The first item is an integer containing flags for the parameter
:
\begin{datadescni}
{
1
}
Specifies an input parameter to the function.
...
...
@@ -2374,7 +2374,7 @@ field specifies which one of the union fields is valid. Since the
\code
{
u
}
field is defined as anonymous field, it is now possible to
access the members directly off the TYPEDESC instance.
\code
{
td.lptdesc
}
and
\code
{
td.u.lptdesc
}
are equivalent, but the former
is faster since it does not need to create a temporary
\code
{{
\_
}
U
}
is faster since it does not need to create a temporary
union
instance:
\begin{verbatim}
td = TYPEDESC()
...
...
@@ -2386,7 +2386,7 @@ td.u.lptdesc = POINTER(some_type)
It is possible to defined sub-subclasses of structures, they inherit
the fields of the base class. If the subclass definition has a
separate
``
{
\_
}
fields
{
\_
}
``
variable, the fields specified in this are
separate
\member
{{
\_
}
fields
{
\_
}}
variable, the fields specified in this are
appended to the fields of the base class.
...
...
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