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 0babc44 commit 28de8d4Copy full SHA for 28de8d4
1 file changed
Doc/api/concrete.tex
@@ -75,6 +75,10 @@ \subsection{Type Objects \label{typeObjects}}
75
\end{cfuncdesc}
76
77
\begin{cfuncdesc}{int}{PyType_Ready}{PyTypeObject *type}
78
+ Finalize a type object. This should be called on all type objects
79
+ to finish their initialization. This function is responsible for
80
+ adding inherited slots from a type's base class. Returns \code{0}
81
+ on success, or returns \code{-1} and sets an exception on error.
82
\versionadded{2.2}
83
84
0 commit comments