Home | History | Annotate | Download | only in c-api

Lines Matching full:equivalent

21    objects that do not provide mapping protocol, this is equivalent to the Python
32 failure. This is equivalent to the Python statement ``del o[key]``.
38 failure. This is equivalent to the Python statement ``del o[key]``.
44 otherwise. This is equivalent to ``o[key]``, returning ``True`` on success
51 This is equivalent to ``o[key]``, returning ``True`` on success and ``False``
58 This is equivalent to the Python expression ``o.keys()``.
64 *NULL*. This is equivalent to the Python expression ``o.values()``.
70 containing a key-value pair. On failure, return *NULL*. This is equivalent to
77 This is the equivalent of the Python expression ``o[key]``.
83 This is the equivalent of the Python statement ``o[key] = v``.