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
5f342ac2
Kaydet (Commit)
5f342ac2
authored
Nis 29, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Always use "section" when referring to sections of a document, not "Section".
üst
a4a90dde
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ext.tex
Doc/ext/ext.tex
+3
-3
libfm.tex
Doc/lib/libfm.tex
+1
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+1
-1
No files found.
Doc/ext/ext.tex
Dosyayı görüntüle @
5f342ac2
...
...
@@ -493,16 +493,16 @@ my_set_callback(dummy, arg)
\end{verbatim}
This function must be registered with the interpreter using the
\constant
{
METH
_
VARARGS
}
flag; this is described in
S
ection
\constant
{
METH
_
VARARGS
}
flag; this is described in
s
ection
\ref
{
methodTable
}
, ``The Module's Method Table and Initialization
Function.'' The
\cfunction
{
PyArg
_
ParseTuple()
}
function and its
arguments are documented in
S
ection
\ref
{
parseTuple
}
, ``Format Strings
arguments are documented in
s
ection
\ref
{
parseTuple
}
, ``Format Strings
for
\cfunction
{
PyArg
_
ParseTuple()
}
.''
The macros
\cfunction
{
Py
_
XINCREF()
}
and
\cfunction
{
Py
_
XDECREF()
}
increment/decrement the reference count of an object and are safe in
the presence of
\NULL
{}
pointers (but note that
\var
{
temp
}
will not be
\NULL
{}
in this context). More info on them in
S
ection
\NULL
{}
in this context). More info on them in
s
ection
\ref
{
refcounts
}
, ``Reference Counts.''
Later, when it is time to call the function, you call the C function
...
...
Doc/lib/libfm.tex
Dosyayı görüntüle @
5f342ac2
...
...
@@ -10,7 +10,7 @@ This module provides access to the IRIS \emph{Font Manager} library.
\index
{
Font Manager, IRIS
}
\index
{
IRIS Font Manager
}
It is available only on Silicon Graphics machines.
See also:
\emph
{
4Sight User's Guide
}
,
Section 1, C
hapter 5: ``Using
See also:
\emph
{
4Sight User's Guide
}
,
section 1, c
hapter 5: ``Using
the IRIS Font Manager.''
This is not yet a full interface to the IRIS Font Manager.
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
5f342ac2
...
...
@@ -714,7 +714,7 @@ It is written as \code{Ellipsis}.
File objects are implemented using
\C
{}
's
\code
{
stdio
}
package and can be created with the built-in function
\function
{
open()
}
\bifuncindex
{
open
}
described
S
ection
\function
{
open()
}
\bifuncindex
{
open
}
described
s
ection
\ref
{
built-in-funcs
}
, ``Built-in Functions.'' They are also returned
by some other built-in functions and methods, e.g.,
\function
{
posix.popen()
}
and
\function
{
posix.fdopen()
}
and the
...
...
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