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
d358afee
Kaydet (Commit)
d358afee
authored
Ara 23, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.
üst
d341500d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ext.tex
Doc/ext/ext.tex
+6
-1
No files found.
Doc/ext/ext.tex
Dosyayı görüntüle @
d358afee
\documentclass
{
manual
}
\documentclass
{
manual
}
% XXX PM
Modulator
% XXX PM
explain how to add new types to Python
\title
{
Extending and Embedding the Python Interpreter
}
\title
{
Extending and Embedding the Python Interpreter
}
...
@@ -942,6 +942,11 @@ exception. If no exception has been raised yet,
...
@@ -942,6 +942,11 @@ exception. If no exception has been raised yet,
\item
[\samp{S} (object) {[PyObject *]
}
]
\item
[\samp{S} (object) {[PyObject *]
}
]
Same as
\samp
{
O
}
.
Same as
\samp
{
O
}
.
\item
[\samp{N} (object) {[PyObject *]
}
]
Same as
\samp
{
O
}
, except it doesn't increment the reference count on
the object. Useful when the object is created by a call to an object
constructor in the argument list.
\item
[\samp{O\&} (object) {[\var{converter}, \var{anything}]
}
]
\item
[\samp{O\&} (object) {[\var{converter}, \var{anything}]
}
]
Convert
\var
{
anything
}
to a Python object through a
\var
{
converter
}
Convert
\var
{
anything
}
to a Python object through a
\var
{
converter
}
function. The function is called with
\var
{
anything
}
(which should be
function. The function is called with
\var
{
anything
}
(which should be
...
...
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