Lines Matching refs:equivalent
33 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
44 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
56 value on success, or *NULL* on failure. This is the equivalent of the Python
63 value on success, or *NULL* on failure. This is the equivalent of the Python
81 return ``0`` on success. This is the equivalent of the Python statement
92 return ``0`` on success. This is the equivalent of the Python statement
114 This is the equivalent of the Python statement ``del o.attr_name``.
120 This is the equivalent of the Python statement ``del o.attr_name``.
144 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
155 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of the
168 representation on success, *NULL* on failure. This is the equivalent of the
191 representation on success, *NULL* on failure. This is the equivalent of the
204 failure and a bytes object on success. This is equivalent to the Python
266 This is the equivalent of the Python expression:
277 This is the equivalent of the Python expression: ``callable(*args)``.
288 This is the equivalent of the Python expression: ``callable(*args)``.
307 This is the equivalent of the Python expression:
325 This is the equivalent of the Python expression:
343 This is the equivalent of the Python expression ``hash(o)``.
361 This is equivalent to the Python expression ``not not o``. On failure, return
368 This is equivalent to the Python expression ``not o``. On failure, return
378 is equivalent to the Python expression ``type(o)``. This function increments the
398 returned. This is the equivalent to the Python expression ``len(o)``.
406 equivalent to the Python expression ``operator.length_hint(o, default)``.
414 This is the equivalent of the Python expression ``o[key]``.
421 equivalent of the Python statement ``o[key] = v``.
427 on failure. This is equivalent to the Python statement ``del o[key]``.
432 This is equivalent to the Python expression ``dir(o)``, returning a (possibly
441 This is equivalent to the Python expression ``iter(o)``. It returns a new