mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-102468: Document PyCFunction_New*
and PyCMethod_New
(GH-112557)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
c361a1f395
commit
a482bc67ee
2 changed files with 49 additions and 0 deletions
|
@ -402,6 +402,21 @@ PyContextVar_Reset:int:::
|
|||
PyContextVar_Reset:PyObject*:var:0:
|
||||
PyContextVar_Reset:PyObject*:token:-1:
|
||||
|
||||
PyCFunction_New:PyObject*::+1:
|
||||
PyCFunction_New:PyMethodDef*:ml::
|
||||
PyCFunction_New:PyObject*:self:+1:
|
||||
|
||||
PyCFunction_NewEx:PyObject*::+1:
|
||||
PyCFunction_NewEx:PyMethodDef*:ml::
|
||||
PyCFunction_NewEx:PyObject*:self:+1:
|
||||
PyCFunction_NewEx:PyObject*:module:+1:
|
||||
|
||||
PyCMethod_New:PyObject*::+1:
|
||||
PyCMethod_New:PyMethodDef*:ml::
|
||||
PyCMethod_New:PyObject*:self:+1:
|
||||
PyCMethod_New:PyObject*:module:+1:
|
||||
PyCMethod_New:PyObject*:cls:+1:
|
||||
|
||||
PyDate_Check:int:::
|
||||
PyDate_Check:PyObject*:ob:0:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue