Lines Matching full:expression
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.
250 Python expression: cmp(o1,o2).
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).)
322 of the Python expression: apply(o,args).
335 the equivalent of the Python expression: apply(o,args).
349 Python expression: o.method(args).
366 the equivalent of the Python expression: apply(o,args).
378 the Python expression: o.method(args).
388 expression: hash(o).
399 Python expression: not not o
409 Python expression: not o
418 equivalent to the Python expression: type(o).
427 to the Python expression: len(o).
448 on failure. This is the equivalent of the Python expression:
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:
786 expression: o1 << o2.
796 expression: o1 >> o2.
805 expression: o1&o2.
815 expression: o1^o2.
825 expression: o1|o2.
888 expression: int(o).
897 expression: long(o).
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:
984 expression: o1 **= o2, or pow(o1, o2, o3) if o3 is present.
992 null on failure. This is the equivalent of the Python expression:
1001 null on failure. This is the equivalent of the Python expression:
1011 expression: o1 &= o2.
1019 null on failure. This is the equivalent of the Python expression:
1029 expression: o1 |= o2.
1073 expression: o1+o2.
1082 expression: o1*count.
1090 equivalent of the Python expression: o[i].
1098 expression: o[i1:i2].
1140 This is equivalent to the Python expression: tuple(o)
1147 This is equivalent to the Python expression: list(o)
1192 expression: o.count(value).
1227 is equivalent to the Python expression: value in o.
1235 expression: o.index(value).
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).
1307 and 0 otherwise. This is equivalent to the Python expression:
1317 and 0 otherwise. This is equivalent to the Python expression:
1330 expression: o.keys().
1340 expression: o.values().
1351 expression: o.items().
1360 on failure. This is the equivalent of the Python expression: