mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
This commit is contained in:
parent
a1d9e0accd
commit
c068b53a0c
2 changed files with 8 additions and 12 deletions
|
@ -150,7 +150,7 @@ Implementing functions and methods
|
|||
The function signature is::
|
||||
|
||||
PyObject *PyCFunction(PyObject *self,
|
||||
PyObject *const *args);
|
||||
PyObject *args);
|
||||
|
||||
.. c:type:: PyCFunctionWithKeywords
|
||||
|
||||
|
@ -159,7 +159,7 @@ Implementing functions and methods
|
|||
The function signature is::
|
||||
|
||||
PyObject *PyCFunctionWithKeywords(PyObject *self,
|
||||
PyObject *const *args,
|
||||
PyObject *args,
|
||||
PyObject *kwargs);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue