Skip to content

Latest commit

 

History

History
79 lines (43 loc) · 2.58 KB

mapping.rst

File metadata and controls

79 lines (43 loc) · 2.58 KB

c

映射协议

builtin: len

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