Lines Matching full:equivalent
152 This is equivalent to the Python expression:
165 This is the equivalent of the Python expression: o.attr_name.
174 This is equivalent to the Python expression:
187 This is the equivalent of the Python expression: o.attr_name.
198 success. This is the equivalent of the Python statement o.attr_name=v.
208 success. This is the equivalent of the Python statement o.attr_name=v.
217 -1 on failure. This is the equivalent of the Python
228 on failure. This is the equivalent of the Python
240 the equivalent of the Python expression: repr(o).
252 the equivalent of the Python expression: str(o).)
368 call on success, or NULL on failure. This is the equivalent
381 the equivalent of the Python expression: o(*args).
394 success, or NULL on failure. This is the equivalent of the
431 the equivalent of the Python expression: o(*args).
447 on success, or NULL on failure. This is the equivalent of
457 failure, return -1. This is the equivalent of the Python
467 considered to be false and -1 on failure. This is equivalent to the
476 considered to be false and -1 on failure. This is equivalent to the
485 equivalent to the Python expression: type(o).
493 returned. On error, -1 is returned. This is the equivalent
517 on failure. This is the equivalent of the Python expression:
525 on failure; return 0 on success. This is the equivalent of the Python
533 Returns -1 on failure. This is equivalent to
541 This is the equivalent of the Python statement: del o[key].
734 This is the equivalent of the Python expression: o1+o2.
741 failure. This is the equivalent of the Python expression:
749 failure. This is the equivalent of the Python expression:
757 This is the equivalent of the Python expression: o1 @ o2.
766 This is the equivalent of the Python expression: o1//o2.
774 This is the equivalent of the Python expression: o1/o2.
781 failure. This is the equivalent of the Python expression:
789 This is the equivalent of the Python expression:
798 This is the equivalent of the Python expression:
806 This is the equivalent of the Python expression: -o.
813 This is the equivalent of the Python expression: +o.
820 the equivalent of the Python expression: abs(o).
827 failure. This is the equivalent of the Python expression:
835 NULL on failure. This is the equivalent of the Python
843 NULL on failure. This is the equivalent of the Python
851 NULL on failure. This is the equivalent of the Python
860 NULL on failure. This is the equivalent of the Python
868 NULL on failure. This is the equivalent of the Python
897 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:
923 null on failure. This is the equivalent of the Python expression:
931 null on failure. This is the equivalent of the Python expression:
939 This is the equivalent of the Python expression: o1 @= o2.
949 This is the equivalent of the Python expression:
959 This is the equivalent of the Python expression:
967 null on failure. This is the equivalent of the Python expression:
976 in-place, or null on failure. This is the equivalent of the Python
984 null on failure. This is the equivalent of the Python expression:
992 null on failure. This is the equivalent of the Python expression:
1000 or null on failure. This is the equivalent of the Python
1008 null on failure. This is the equivalent of the Python expression:
1016 or null on failure. This is the equivalent of the Python
1056 failure. This is the equivalent of the Python
1064 or NULL on failure. This is the equivalent of the Python
1072 equivalent of the Python expression: o[i].
1079 NULL on failure. This is the equivalent of the Python
1087 -1 on failure; return 0 on success. This is the equivalent of the
1095 -1 on failure. This is the equivalent of the Python
1105 equivalent of the Python statement: o[i1:i2]=v.
1112 Returns -1 on failure. This is the equivalent of the Python
1120 This is equivalent to the Python expression: tuple(o)
1127 This is equivalent to the Python expression: list(o)
1171 failure, return -1. This is equivalent to the Python
1209 is equivalent to the Python expression: value in o.
1216 return -1. This is equivalent to the Python
1227 equivalent of the Python expression: o1 += o2.
1236 equivalent of the Python expression: o1 *= count.
1256 this is equivalent to the Python expression: len(o).
1270 Returns -1 on failure. This is equivalent to
1280 Returns -1 on failure. This is equivalent to
1289 and 0 otherwise. This is equivalent to the Python expression:
1299 and 0 otherwise. This is equivalent to the Python expression:
1334 on failure. This is the equivalent of the Python expression:
1343 -1 on failure. This is the equivalent of the Python