Skip to content

Latest commit

 

History

History
151 lines (90 loc) · 4.92 KB

mapping.rst

File metadata and controls

151 lines (90 loc) · 4.92 KB

c

Mapping Protocol

See also :cPyObject_GetItem, :cPyObject_SetItem and :cPyObject_DelItem.

pair: built-in function; len

Returns the number of keys in object o on success, and -1 on failure. This is equivalent to the Python expression len(o).