Home | History | Annotate | Download | only in lib

Lines Matching full:divmod

974 H?EH???P0H?\$?DH?D$H??tH?H??H??H?uH?|$H?G?P0H?E1?H??H??H?EuH?EH???P0?1?H??H??[]A\A]A^?null byte in argument for long()null byte in argument for int()unsupported operand type(s) for %.100s: '%.100s' and '%.100s'null argument to internal routine__bases__issubclass() arg 1 must be a classissubclass() arg 2 must be a class or tuple of classes__class__isinstance() arg 2 must be a class, type, or tuple of classes and typesunsupported operand type(s) for ** or pow(): '%.100s' and '%.100s'unsupported operand type(s) for pow(): '%.100s', '%.100s', '%.100s'expected a character buffer objectexpected a single-segment buffer objectexpected a readable buffer objectexpected a writeable buffer object'%100s' does not have the buffer interfaceObject is not writable.Bboth destination and source must have the buffer interfacedestination is too small to receive data from source|^&<<>>-/divmod()+//%|=^=&=<<=>>=-=/=//=+=%=bad operand type for unary -: '%.200s'bad operand type for unary +: '%.200s'bad operand type for unary ~: '%.200s'bad operand type for abs(): '%.200s'__index__ returned non-(int,long) (type %.200s)'%.200s' object cannot be interpreted as an indexcannot fit '%.200s' into an index-sized integercan't multiply sequence by non-int of type '%.200s'*=*__int____trunc____int__ returned non-int (type %.200s)__trunc__ returned non-Integral (type %.200s)int() argument must be a string or a number, not '%.200s'__long__ returned non-long (type %.200s)long() argument must be a string or a number, not '%.200s'__float__ returned non-float (type %.200s)PyNumber_ToBase: index not int or long__getitem__object of type '%.200s' has no len()'%.200s' object can't be concatenated'%.200s' object can't be repeated'%.200s' object does not support indexingsequence index must be integer, not '%.200s''%.200s' object has no attribute '__getitem__''%.200s' object is unsliceable'%.200s' object does not support item assignment'%.200s' object doesn't support item deletion'%.200s' object does not support item deletion'%.200s' object doesn't support slice assignment'%.200s' object doesn't support slice deletion while calling a Python objectNULL result without error in PyObject_Call'%.200s' object is not callableattribute of type '%.200s' is not callableformat expects arg 2 to be string or unicode, not %.100s__format__object.__format__ with a non-empty format string is deprecatedType %.100s doesn't define __format__%.100s.__format__ must return string or unicode, not %.100s__length_hint__ in __instancecheck____instancecheck__ in __subclasscheck____subclasscheck__'%.200s' object is not iterableiter() returned non-iterator of type '%.100s'argument of type '%.200s' is not iterablecount exceeds C integer sizeindex exceeds C integer sizesequence.index(x): x not in sequenceGCC: (GNU) 4.6.x-google 20120106 (prerelease)zRx?-0A$D?A?H?J@?AA0l3B?D?C ?D@! AAB4?mB?D?D ?V
3586 Converts to a string according to format_spec.O:__format____format__ requires str or unicodecan't convert complex to floatcan't convert complex to longcan't convert complex to int(dd)__complex__|OO:complexcomplex() can't take second arg if first is a stringcomplex() arg is not a stringcomplex() arg is a malformed stringcomplex() second arg can't be a stringcomplex() argument must be a string or a numberfloat(r) didn't return a floatno ordering relation is defined for complex numbers)(%s%s%sj%sabsolute value too largecomplex division by zerocomplex modulo0.0 to a negative or complex powercomplex exponentiationcomplex divmod(), // and % are deprecatedcomplex divmod()complex remainderclassic complex division__complex__ should return a complex objectcomplexrealimagconjugate__getnewargs____format__the real part of a complex numberthe imaginary part of a complex number???????????????????????????????GCC: (GNU) 4.6.x-google 20120106 (prerelease)zRx ? 0%,D?B?F?L ?D0? DABtBU?BT?AT?(??B?D?A ??AD(??A?A?E ?
5716 Formats the float according to format_spec.O:__format____format__ requires str or unicodess:__setformat__doublefloat__setformat__() argument 1 must be 'double' or 'float'unknownIEEE, little-endianIEEE, big-endian__setformat__() argument 2 must be 'unknown', 'IEEE, little-endian' or 'IEEE, big-endian'can only set %s format to 'unknown' or the detected platform value__getformat__() argument must be string, not %.500s__getformat__() argument 1 must be 'double' or 'float'insane float_format or double_format(d)nfinityanhexadecimal value too large to represent as a floatinvalid hexadecimal floating-point stringhexadecimal string too long to convertCannot pass infinity to float.as_integer_ratio.Cannot pass NaN to float.as_integer_ratio.float divmod()(dd)-0x0.0p+00x0.0p+0-0x%sp%c%d0x%sp%c%d0123456789abcdeffloat division by zeropow() 3rd argument not allowed unless all arguments are integers0.0 cannot be raised to a negative powernegative number cannot be raised to a fractional powerfloat moduloclassic float divisionfloat() argument must be a string or a numberinvalid literal for float(): %.200s|O:floata float is requirednb_float should return float object-%s0%se%drounded value too large to representC????CKKs# cleanup floats: %d unfreed float%s
11579 divmod(x, y)x.__rdivmod__(y) <==> divmod(y, x)x.__pow__(y[, z]) <==> pow(x, y[, z])y.__rpow__(x[, z]) <==> pow(x, y[, z])x.__neg__() <==> -xx.__pos__() <==> +xx.__abs__() <==> abs(x)x.__nonzero__() <==> x != 0x.__invert__() <==> ~xx.__lshift__(y) <==> x<<yx.__rlshift__(y) <==> y<<xx.__rshift__(y) <==> x>>yx.__rrshift__(y) <==> y>>xx.__and__(y) <==> x&yx.__rand__(y) <==> y&xx.__xor__(y) <==> x^yx.__rxor__(y) <==> y^xx.__or__(y) <==> x|yx.__ror__(y) <==> y|xx.__coerce__(y) <==> coerce(x, y)x.__int__() <==> int(x)x.__long__() <==> long(x)x.__float__() <==> float(x)x.__oct__() <==> oct(x)x.__hex__() <==> hex(x)x.__iadd__(y) <==> x+=yx.__isub__(y) <==> x-=yx.__imul__(y) <==> x*=yx.__idiv__(y) <==> x/=yx.__imod__(y) <==> x%=yx.__ipow__(y) <==> x**=yx.__ilshift__(y) <==> x<<=yx.__irshift__(y) <==> x>>=yx.__iand__(y) <==> x&=yx.__ixor__(y) <==> x^=yx.__ior__(y) <==> x|=yx.__floordiv__(y) <==> x//yx.__rfloordiv__(y) <==> y//xx.__truediv__(y) <==> x/yx.__rtruediv__(y) <==> y/xx.__ifloordiv__(y) <==> x//yx.__itruediv__(y) <==> x/yx[y:z] <==> x[y.__index__():z.__index__()]x.__len__() <==> len(x)x.__getitem__(y) <==> x[y]x.__setitem__(i, y) <==> x[i]=yx.__delitem__(y) <==> del x[y]x.__mul__(n) <==> x*nx.__rmul__(n) <==> n*xx.__getslice__(i, j) <==> x[i:j]
17866 recursively the attributes of its class's base classes.divmod(x, y) -> (quotient, remainder)
18007 |OOO:printsep must be None, str or unicode, not %.200send must be None, str or unicode, not %.200spowminmaxkey%s() got an unexpected keyword argument%s() arg is an empty sequencemap() requires at least two argsmap(None, ...) not supported in 3.x; use list(...)issubclassisinstances;embedded '\0' in input line__builtins__hasattrhasattr(): attribute name must be stringgetattrgetattr(): attribute name must be stringO|O:formatfiltercan't filter str to str: __getitem__ returned different typecan't filter unicode to unicode: __getitem__ returned different typefilter(): unsubscriptable tupleexecfile() not supported in 3.x; use exec()s|O!O:execfilelocals must be a mappingrbglobals must be a real dict; try eval(expr, {}, mapping)globals must be a dictevaleval must be given globals and locals when called without a framecode object passed to eval() may not contain free variableseval() arg 1 must be a string or code objectdivmod