Skip to content

Latest commit

 

History

History
162 lines (91 loc) · 5.94 KB

sequence.rst

File metadata and controls

162 lines (91 loc) · 5.94 KB

c

序列协议

builtin: len

Returns the number of objects in sequence o on success, and -1 on failure. For objects that do not provide sequence protocol, this is equivalent to the Python expression len(o).