Home | History | Annotate | Download | only in lib

Lines Matching full:__rdivmod__

3417 a tuple of classes, and the third a dictionary.????t???t?H???u	?A?$?P???VS??$?5?t$?@?$?????????t?\$????L$?\#?C?????5?C?t$?$?????????t?\$????L$?\#?C?b????5?C?t$?$?????????t?\$????L$?\#?C?*?????$[^?__doc____coerce____cmp__?__name__<unbound method %s.%s><bound method %s.%s of %s>__call__ in __call____dict____class____module__<class ?.%s at %p><class %s.%s at %p> after coercion instance__truediv____rtruediv____floordiv____rfloordiv____or____ror____xor____rxor____and____rand____rshift____rrshift____lshift____rlshift____divmod____rdivmod____mod____rmod____div____rdiv____mul____rmul____sub____rsub____add____radd____pow____rpow____itruediv____ifloordiv____ior____ixor____iand____irshift____ilshift____imod____idiv____imul____isub____iadd____ipow____lt____le____eq____ne____gt____ge____delitem____setitem____getitem____contains____delslice__(N)(nn)__setslice__(NO)(nnO)(n)(nO)__getslice__n__len____len__() should return >= 0__nonzero__nextinstance has no next() method__iter__iteration over non-sequence__hash__unhashable instance__index____repr__<?.%s instance at %p><%s.%s instance at %p>__str____del__GC object already tracked__bases____neg____hex____oct____float____invert____abs____pos____int____trunc____long____getattr____setattr____delattr__SOOO!|O:instance__init____init__() should return Noneinstancemethodinstanceclassobjnamebasesdictim_classim_func__func__im_self__self__coercion should return None or 2-tuplecomparison did not return an int%.200s instance has no __call__ methodattribute name must be a string__dict__ not accessible in restricted mode__dict__ must be set to a dictionary__class__ not accessible in restricted mode__class__ must be set to a class%.50s instance has no attribute '%.400s'unbound method %s%s must be called with %s instance as first argument (got %s%s instead)instance.__dict__ not accessible in restricted modein 3.x, __delslice__ has been removed; use __delitem__in 3.x, __setslice__ has been removed; use __setitem__in 3.x, __getslice__ has been removed; use __getitem____len__() should return an int__nonzero__ should return an int__nonzero__ should return >= 0__iter__ returned non-iterator of type '%.100s'__hash__() should return an intobject cannot be interpreted as an indexclass.__dict__ not accessible in restricted modeclass %.50s has no attribute '%.400s'__trunc__ returned non-Integral (type %.200s)PyClass_New: name must be a stringPyClass_New: dict must be a dictionaryPyClass_New: bases must be a tuplePyClass_New: base must be a class/s/ndk-toolchain/src/python/Python-2.7.5/Objects/classobject.c__dict__ must be a dictionary object__bases__ must be a tuple object__name__ must be a string object__bases__ items must be classes__name__ must not contain null bytesa __bases__ item causes an inheritance cycleclasses are read-only in restricted modeinstance() second arg must be dictionary or Nonethis constructor takes no argumentsfirst argument must be callableunbound methods must have non-NULL im_classthe class associated with a methodthe function (or other callable) implementing a methodthe instance to which a method is bound; None for unbound methodsGCC: (GNU) 4.6.x-google 20120106 (prerelease)zR|?'C c(4DA?C [
13868 nnO:__format____name__ %s?nnO__new__can't set %s.__name__can't delete %s.__name____class__GC object already tracked__abstractmethods____doc____module____builtin____setattr__NULL<super: <class '%s'>, NULL>copy_reg(Oi)_reduce_ex<%s.%s object at %p><%s object at %p>classtype<%s '%s.%s'><%s '%s'>__getnewargs____getstate____dict____slotnames__O_slotnames(NO)iteritems__newobj__|i:__reduce__|i:__reduce_ex____reduce__can't set %s.__module__can't delete %s.__module__object() takes no parameterssorted, join__delattr__superO!|O:super__getitem____get__This object has no __dict____init____contains__(nn)__delslice__(nnO)__setslice__(n)__delitem__(nO)__setitem____getslice__(O)(OO)()__len____len__() should return >= 0__index____itruediv____ifloordiv____ior____ixor____iand____irshift____ilshift____ipow____imod____idiv____imul____isub____iadd____hex____oct____float____long____int____invert____abs____pos____neg____delete____set__next__getattribute____getattr____rtruediv____truediv____rfloordiv____floordiv____coerce____ror____or____rxor____xor____rand____and____rrshift____rshift____rlshift____lshift____rpow____pow____rdivmod____divmod____rmod____mod____rdiv____div____rmul____mul____rsub____sub____radd____add____nonzero____del____call____repr____str____cmp__mro__hash____eq__bases must be typesduplicate base class %s[O]type() takes 1 or 3 argumentsSO!O!:type__slots____slots__ must be identifiers__weakref__can't set %s.__bases__can't delete %s.__bases____bases____iter__objectThe most base typex.__cmp__(y) <==> cmp(x,y)x.__repr__() <==> repr(x)x.__hash__() <==> hash(x)x.__call__(...) <==> x(...)x.__str__() <==> str(x)__lt__x.__lt__(y) <==> x<y__le__x.__le__(y) <==> x<=yx.__eq__(y) <==> x==y__ne__x.__ne__(y) <==> x!=y__gt__x.__gt__(y) <==> x>y__ge__x.__ge__(y) <==> x>=yx.__iter__() <==> iter(x)descr.__set__(obj, value)descr.__delete__(obj)x.__add__(y) <==> x+yx.__radd__(y) <==> y+xx.__sub__(y) <==> x-yx.__rsub__(y) <==> y-xx.__mul__(y) <==> x*yx.__rmul__(y) <==> y*xx.__div__(y) <==> x/yx.__rdiv__(y) <==> y/xx.__mod__(y) <==> x%yx.__rmod__(y) <==> y%xx.__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.__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.__len__() <==> len(x)x.__getitem__(y) <==> x[y]x.__mul__(n) <==> x*nx.__rmul__(n) <==> n*xx.__contains__(y) <==> y in xnamebasesdict__thisclass__the class invoking super()__self____self_class____reduce_ex__helper for pickle__subclasshook____format__default object formatter__sizeof__the object's class__subclasses____instancecheck____subclasscheck____basicsize____itemsize____flags____weakrefoffset____base____dictoffset____mro__type inequality comparisons not supported in 3.xargument to __format__ must be unicode or strobject.__format__ with a non-empty format string is deprecatedCannot create a consistent method resolution
13869 order (MRO) for basescan only assign string to %s.__name__, not '%s'__name__ must not contain null bytesThis object has no __weakref__%s assignment: '%s' object layout differs from '%s'can't delete __class__ attribute__class__ must be set to new-style class, not '%s' object__class__ assignment: only for heap types%s assignment: '%s' deallocator differs from '%s'__get__(None, None) is invalidcan't apply this %s to %s objectobject.__init__() takes no parameterstype.__init__() takes no keyword argumentstype.__init__() takes 1 or 3 argumentsPyArg_UnpackTuple() argument list is not a tupleexpected %d arguments, got %zd<super: <class '%s'>, <%s object>>__getnewargs__ should return a tuple, not '%.200s'copy_reg._slotnames didn't return a list or NoneCan't instantiate abstract class %s with abstract methods %scannot create '%.100s' instances%s.__cmp__(x,y) requires y to be a '%s', not a '%s'super(type, obj): obj must be an instance or subtype of type__new__() called with non-type 'self'%s.__new__(): not enough arguments%s.__new__(X): X is not a type object (%s)%s.__new__(%s): %s is not a subtype of %s%s.__new__(%s) is not safe, use %s.__new__()Out of memory interning slotdef namescan't set attributes of built-in/extension type '%s'this __dict__ descriptor does not support '%.200s' objects__dict__ must be set to a dictionary, not a '%.200s'__init__() should return None, not '%.200s'in 3.x, __delslice__ has been removed; use __delitem__in 3.x, __setslice__ has been removed; use __setitem__in 3.x, __getslice__ has been removed; use __getitem____coerce__ didn't return a 2-tuple%s should return bool or int, returned %smro() returned a non-class ('%.500s')mro() returned base with unsuitable layout ('%.500s')method cannot be both class and staticOverriding __eq__ blocks inheritance of __hash__ in 3.xtype '%.100s' participates in gc and is a base type but has inappropriate tp_free slotmultiple bases have instance lay-out conflicta new-style class can't have only classic basesattribute name must be string, not '%.200s'type object '%.50s' has no attribute '%.400s'metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its basestype '%.100s' is not an acceptable base typenonempty __slots__ not supported for subtype of '%s'__slots__ items must be strings, not '%.200s'__dict__ slot disallowed: we already got one__weakref__ slot disallowed: either we already got one, or __itemsize__ != 0can only assign tuple to %s.__bases__, not %scan only assign non-empty tuple to %s.__bases__, not ()%s.__bases__ must be tuple of old- or new-style classes, not '%s'a __bases__ item causes an inheritance cycle'%.200s' object is not iterablex.__getattribute__('name') <==> x.namex.__setattr__('name', value) <==> x.name = valuex.__delattr__('name') <==> del x.namex.next() -> the next value, or raise StopIterationdescr.__get__(obj[, type]) -> valuex.__init__(...) initializes x; see help(type(x)) for signaturex.__divmod__(y) <==> 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.__coerce__(y) <==> coerce(x, y)x[y:z] <==> x[y.__index__():z.__index__()]x.__setitem__(i, y) <==> x[i]=yx.__delitem__(y) <==> del x[y]x.__getslice__(i, j) <==> x[i:j]