Lines Matching refs:Returns

10     # Returns 1 if the object o provides numeric protocols, and false
15 # Returns the result of adding o1 and o2, or NULL on failure. This
20 # Returns the result of subtracting o2 from o1, or NULL on
26 # Returns the result of multiplying o1 and o2, or NULL on
32 # Returns the result of dividing o1 by o2, or NULL on
52 # Returns the remainder of dividing o1 by o2, or NULL on
58 # See the built-in function divmod(). Returns NULL on
64 # See the built-in function pow(). Returns NULL on failure. This
72 # Returns the negation of o on success, or NULL on failure. This
77 # Returns o on success, or NULL on failure. This is the equivalent
82 # Returns the absolute value of o, or NULL on failure. This is the
87 # Returns the bitwise negation of o on success, or NULL on
92 # Returns the result of left shifting o1 by o2 on success, or NULL
98 # Returns the result of right shifting o1 by o2 on success, or
104 # Returns the ``bitwise and'' of o1 and o2 on success and NULL on
110 # Returns the ``bitwise exclusive or'' of o1 by o2 on success, or
116 # Returns the ``bitwise or'' of o1 and o2 on success, or NULL on failure. This is the equivalent of the Python expression "o1 | o2".
120 # Returns the result of adding o1 and o2, or NULL on failure. The
126 # Returns the result of subtracting o2 from o1, or NULL on
132 # Returns the result of multiplying o1 and o2, or NULL on
138 # Returns the result of dividing o1 by o2, or NULL on failure. The
144 # Returns the mathematical floor of dividing o1 by o2, or NULL on
161 # Returns the remainder of dividing o1 by o2, or NULL on
167 # See the built-in function pow(). Returns NULL on failure. The
176 # Returns the result of left shifting o1 by o2 on success, or NULL
182 # Returns the result of right shifting o1 by o2 on success, or
188 # Returns the ``bitwise and'' of o1 and o2 on success and NULL on
194 # Returns the ``bitwise exclusive or'' of o1 by o2 on success, or
200 # Returns the ``bitwise or'' of o1 and o2 on success, or NULL on
218 # Returns the o converted to an integer object on success, or NULL
225 # Returns the o converted to a long integer object on success, or
231 # Returns the o converted to a float object on success, or NULL on
236 # Returns the o converted to a Python int or long on success or
240 # Returns o converted to a Py_ssize_t value if o can be
250 # Returns True if o is an index integer (has the nb_index slot of