Lines Matching full:plain
47 * otherwise, both must be plain integers and no conversion is necessary.
584 If the primary is a sequence, the expression (list) must evaluate to a plain
645 evaluate to plain integers; defaults are zero and the ``sys.maxint``,
911 The unary ``~`` (invert) operator yields the bitwise inversion of its plain or
941 arguments must either both be numbers, or one argument must be an integer (plain
953 Plain or long integer division yields an integer of the same type; the result is
1010 These operators accept plain or long integers as arguments. The arguments are
1042 The ``&`` operator yields the bitwise AND of its arguments, which must be plain
1050 must be plain or long integers. The arguments are converted to a common type.
1057 must be plain or long integers. The arguments are converted to a common type.