Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec7924 commit 93fe96aCopy full SHA for 93fe96a
1 file changed
Doc/ext/ext.tex
@@ -1128,6 +1128,9 @@ \section{Building Arbitrary Values
1128
\item[\samp{f} (float) {[float]}]
1129
Same as \samp{d}.
1130
1131
+\item[\samp{D} (complex) {[Py_complex *]}]
1132
+Convert a C \ctype{Py_complex} structure to a Python complex number.
1133
+
1134
\item[\samp{O} (object) {[PyObject *]}]
1135
Pass a Python object untouched (except for its reference count, which
1136
is incremented by one). If the object passed in is a \NULL{}
0 commit comments