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
c4932295
Kaydet (Commit)
c4932295
authored
Haz 18, 2005
tarafından
Neil Schemenauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix grammar (it's -> its).
üst
3b1cbf9b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
concrete.tex
Doc/api/concrete.tex
+1
-1
newtypes.tex
Doc/api/newtypes.tex
+1
-1
doc.tex
Doc/doc/doc.tex
+2
-2
libframework.tex
Doc/mac/libframework.tex
+2
-2
ref2.tex
Doc/ref/ref2.tex
+1
-1
No files found.
Doc/api/concrete.tex
Dosyayı görüntüle @
c4932295
...
...
@@ -2200,7 +2200,7 @@ There are very few functions specific to instance objects.
\begin{cfuncdesc}
{
PyObject*
}{
PyInstance
_
NewRaw
}{
PyObject *class,
PyObject *dict
}
Create a new instance of a specific class without calling it
'
s
Create a new instance of a specific class without calling its
constructor.
\var
{
class
}
is the class of new object. The
\var
{
dict
}
parameter will be used as the object's
\member
{__
dict
__}
;
if
\NULL
{}
, a new dictionary will be created for the instance.
...
...
Doc/api/newtypes.tex
Dosyayı görüntüle @
c4932295
...
...
@@ -191,7 +191,7 @@ These macros are used in the definition of \ctype{PyObject} and
int ob
_
size;
\end{verbatim}
Note that
\csimplemacro
{
PyObject
_
HEAD
}
is part of the expansion, and
that it
'
s own expansion varies depending on the definition of
that its own expansion varies depending on the definition of
\csimplemacro
{
Py
_
TRACE
_
REFS
}
.
\end{csimplemacrodesc}
...
...
Doc/doc/doc.tex
Dosyayı görüntüle @
c4932295
...
...
@@ -617,7 +617,7 @@ verbatim
Documentation for a ``simple'' macro. Simple macros are macros
which are used for code expansion, but which do not take
arguments so cannot be described as functions. This is not to
be used for simple constant definitions. Examples of it
'
s use
be used for simple constant definitions. Examples of its use
in the Python documentation include
\csimplemacro
{
PyObject
_
HEAD
}
and
\csimplemacro
{
Py
_
BEGIN
_
ALLOW
_
THREADS
}
.
...
...
@@ -812,7 +812,7 @@ verbatim
The name of a ``simple'' macro. Simple macros are macros
which are used for code expansion, but which do not take
arguments so cannot be described as functions. This is not to
be used for simple constant definitions. Examples of it
'
s use
be used for simple constant definitions. Examples of its use
in the Python documentation include
\csimplemacro
{
PyObject
_
HEAD
}
and
\csimplemacro
{
Py
_
BEGIN
_
ALLOW
_
THREADS
}
.
...
...
Doc/mac/libframework.tex
Dosyayı görüntüle @
c4932295
...
...
@@ -29,8 +29,8 @@ into the control-flow at many different places. \refmodule{W}, for
instance, uses a different way to enable/disable menus and that plugs
right in leaving the rest intact. The weak points of
\module
{
FrameWork
}
are that it has no abstract command interface (but
that shouldn't be difficult), that it
'
s dialog support is minimal and
that it
'
s control/toolbar support is non-existent.
that shouldn't be difficult), that its dialog support is minimal and
that its control/toolbar support is non-existent.
\end{quotation}
...
...
Doc/ref/ref2.tex
Dosyayı görüntüle @
c4932295
...
...
@@ -349,7 +349,7 @@ trailing underscore characters:
\item
[\code{__*__}]
System-defined names. These names are defined by the interpreter
and it
'
s implementation (including the standard library);
and its implementation (including the standard library);
applications should not expect to define additional names using this
convention. The set of names of this class defined by Python may be
extended in future versions.
...
...
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