• Home
  • Raw
  • Download

Lines Matching refs:equivalent

20    is equivalent to the Python expression ``hasattr(o, attr_name)``.  This function
27 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
34 value on success, or *NULL* on failure. This is the equivalent of the Python
41 value on success, or *NULL* on failure. This is the equivalent of the Python
59 return ``0`` on success. This is the equivalent of the Python statement
70 return ``0`` on success. This is the equivalent of the Python statement
92 This is the equivalent of the Python statement ``del o.attr_name``.
98 This is the equivalent of the Python statement ``del o.attr_name``.
106 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
117 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of the
131 is returned in *result*. Returns ``-1`` on failure. This is the equivalent of
142 :c:func:`PyErr_Occurred` to detect an error. This is equivalent to the Python
151 representation on success, *NULL* on failure. This is the equivalent of the
161 representation on success, *NULL* on failure. This is the equivalent of the
179 string representation on success, *NULL* on failure. This is the equivalent of
243 success, or *NULL* on failure. This is the equivalent of the Python expression
255 the result of the call on success, or *NULL* on failure. This is the equivalent
268 equivalent of the Python expression ``apply(callable, args)`` or
279 on failure. This is the equivalent of the Python expression ``o.method(args)``.
310 This is the equivalent of the Python expression ``hash(o)``.
326 This is equivalent to the Python expression ``not not o``. On failure, return
333 This is equivalent to the Python expression ``not o``. On failure, return
343 is equivalent to the Python expression ``type(o)``. This function increments the
365 returned. This is the equivalent to the Python expression ``len(o)``.
375 This is the equivalent of the Python expression ``o[key]``.
382 equivalent of the Python statement ``o[key] = v``.
388 equivalent of the Python statement ``del o[key]``.
401 This is equivalent to the Python expression ``dir(o)``, returning a (possibly
410 This is equivalent to the Python expression ``iter(o)``. It returns a new