mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Added prototype + doc for PySequence_Length()
This commit is contained in:
parent
3317e63cbb
commit
4f4ce68085
1 changed files with 7 additions and 0 deletions
|
|
@ -621,6 +621,13 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
|||
|
||||
*/
|
||||
|
||||
int PySequence_Lenth Py_PROTO((PyObject *o));
|
||||
|
||||
/*
|
||||
Return the length of sequence object o, or -1 on failure.
|
||||
|
||||
*/
|
||||
|
||||
PyObject *PySequence_Concat Py_PROTO((PyObject *o1, PyObject *o2));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue