Lines Matching full:equivalent
149 This is equivalent to the Python expression:
162 This is the equivalent of the Python expression: o.attr_name.
171 This is equivalent to the Python expression:
184 This is the equivalent of the Python expression: o.attr_name.
195 the equivalent of the Python statement: o.attr_name=v.
205 the equivalent of the Python statement: o.attr_name=v.
214 -1 on failure. This is the equivalent of the Python
225 on failure. This is the equivalent of the Python
237 -1 on failure. This is the equivalent of the Python
249 the value returned is undefined. This is equivalent to the
260 the equivalent of the Python expression: repr(o).
272 the equivalent of the Python expression: str(o).)
285 the equivalent of the Python expression: unistr(o).)
321 call on success, or NULL on failure. This is the equivalent
335 the equivalent of the Python expression: apply(o,args).
348 success, or NULL on failure. This is the equivalent of the
366 the equivalent of the Python expression: apply(o,args).
377 on success, or NULL on failure. This is the equivalent of
387 failure, return -1. This is the equivalent of the Python
398 considered to be false and -1 on failure. This is equivalent to the
408 considered to be false and -1 on failure. This is equivalent to the
418 equivalent to the Python expression: type(o).
426 returned. On error, -1 is returned. This is the equivalent
448 on failure. This is the equivalent of the Python expression:
457 -1 on failure. This is the equivalent of the Python
465 Returns -1 on failure. This is equivalent to
473 This is the equivalent of the Python statement: del o[key].
664 This is the equivalent of the Python expression: o1+o2.
673 failure. This is the equivalent of the Python expression:
682 failure. This is the equivalent of the Python expression:
692 This is the equivalent of the Python expression: o1/o2.
702 This is the equivalent of the Python expression: o1//o2.
712 This is the equivalent of the Python expression: o1/o2.
721 failure. This is the equivalent of the Python expression:
731 This is the equivalent of the Python expression:
742 This is the equivalent of the Python expression:
751 This is the equivalent of the Python expression: -o.
759 This is the equivalent of the Python expression: +o.
767 the equivalent of the Python expression: abs(o).
775 failure. This is the equivalent of the Python expression:
785 NULL on failure. This is the equivalent of the Python
795 NULL on failure. This is the equivalent of the Python
804 NULL on failure. This is the equivalent of the Python
814 NULL on failure. This is the equivalent of the Python
824 NULL on failure. This is the equivalent of the Python
843 The call PyNumber_Coerce(&o1, &o2) is equivalent to the Python
887 NULL on failure. This is the equivalent of the Python
896 or NULL on failure. This is the equivalent of the Python
905 on failure. This is the equivalent of the Python expression:
915 on failure. This is the equivalent of the Python expression:
924 null on failure. This is the equivalent of the Python expression:
933 null on failure. This is the equivalent of the Python expression:
942 on failure. This is the equivalent of the Python expression:
953 This is the equivalent of the Python expression:
964 This is the equivalent of the Python expression:
973 null on failure. This is the equivalent of the Python expression:
983 in-place, or null on failure. This is the equivalent of the Python
992 null on failure. This is the equivalent of the Python expression:
1001 null on failure. This is the equivalent of the Python expression:
1010 or null on failure. This is the equivalent of the Python
1019 null on failure. This is the equivalent of the Python expression:
1028 or null on failure. This is the equivalent of the Python
1072 failure. This is the equivalent of the Python
1081 or NULL on failure. This is the equivalent of the Python
1090 equivalent of the Python expression: o[i].
1097 NULL on failure. This is the equivalent of the Python
1106 -1 on failure. This is the equivalent of the Python
1115 -1 on failure. This is the equivalent of the Python
1125 equivalent of the Python statement: o[i1:i2]=v.
1132 Returns -1 on failure. This is the equivalent of the Python
1140 This is equivalent to the Python expression: tuple(o)
1147 This is equivalent to the Python expression: list(o)
1191 failure, return -1. This is equivalent to the Python
1227 is equivalent to the Python expression: value in o.
1234 return -1. This is equivalent to the Python
1245 equivalent of the Python expression: o1 += o2.
1254 equivalent of the Python expression: o1 *= count.
1274 this is equivalent to the Python expression: len(o).
1288 Returns -1 on failure. This is equivalent to
1298 Returns -1 on failure. This is equivalent to
1307 and 0 otherwise. This is equivalent to the Python expression:
1317 and 0 otherwise. This is equivalent to the Python expression:
1329 failure, return NULL. This is equivalent to the Python
1339 failure, return NULL. This is equivalent to the Python
1350 failure, return NULL. This is equivalent to the Python
1360 on failure. This is the equivalent of the Python expression:
1369 -1 on failure. This is the equivalent of the Python