Home | History | Annotate | Download | only in lib

Lines Matching full:inheritance

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 [
5144 inheritance hierarchy.
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]