mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Some corrections for the Doc/extending documentation. Closes #14129
This commit is contained in:
parent
e13b7fe1f3
commit
49ac6f4492
3 changed files with 23 additions and 45 deletions
|
|
@ -75,7 +75,8 @@ Type Objects
|
|||
|
||||
.. c:function:: PyObject* PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
||||
|
||||
XXX: Document.
|
||||
Generic handler for the :attr:`tp_new` slot of a type object. Initialize
|
||||
all instance variables to *NULL*.
|
||||
|
||||
.. c:function:: int PyType_Ready(PyTypeObject *type)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue