mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Added missing for PySequence_List.
This commit is contained in:
parent
36a484fb52
commit
2adf06b04c
1 changed files with 5 additions and 0 deletions
|
|
@ -725,6 +725,11 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
||||||
This is equivalent to the Python expression: tuple(o)
|
This is equivalent to the Python expression: tuple(o)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
PyObject *PySequence_List Py_PROTO((PyObject *o));
|
||||||
|
/*
|
||||||
|
Returns the o as a list on success, and NULL on failure.
|
||||||
|
This is equivalent to the Python expression: list(o)
|
||||||
|
*/
|
||||||
int PySequence_Count Py_PROTO((PyObject *o, PyObject *value));
|
int PySequence_Count Py_PROTO((PyObject *o, PyObject *value));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue