Lines Matching full:equivalent
33 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
40 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
47 value on success, or *NULL* on failure. This is the equivalent of the Python
54 value on success, or *NULL* on failure. This is the equivalent of the Python
72 return ``0`` on success. This is the equivalent of the Python statement
83 return ``0`` on success. This is the equivalent of the Python statement
105 This is the equivalent of the Python statement ``del o.attr_name``.
111 This is the equivalent of the Python statement ``del o.attr_name``.
135 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
146 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of the
159 representation on success, *NULL* on failure. This is the equivalent of the
182 representation on success, *NULL* on failure. This is the equivalent of the
195 failure and a bytes object on success. This is equivalent to the Python
253 success, or *NULL* on failure. This is the equivalent of the Python expression
261 the result of the call on success, or *NULL* on failure. This is the equivalent
271 equivalent of the Python expression ``callable(*args)``. Note that if you only
285 on failure. This is the equivalent of the Python expression ``o.method(args)``.
315 This is the equivalent of the Python expression ``hash(o)``.
333 This is equivalent to the Python expression ``not not o``. On failure, return
340 This is equivalent to the Python expression ``not o``. On failure, return
350 is equivalent to the Python expression ``type(o)``. This function increments the
370 returned. This is the equivalent to the Python expression ``len(o)``.
378 equivalent to the Python expression ``operator.length_hint(o, default)``.
386 This is the equivalent of the Python expression ``o[key]``.
393 equivalent
399 equivalent of the Python statement ``del o[key]``.
404 This is equivalent to the Python expression ``dir(o)``, returning a (possibly
413 This is equivalent to the Python expression ``iter(o)``. It returns a new