Docs for IS_NOT_EMPTY.__class__.__weakrefoffset__
Description
<type 'int'>
1.  | int(x[, base]) -> integer  | 
Attributes
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__abs__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__abs__() <==> abs(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__add__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__add__(y) <==> x+y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__and__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__and__(y) <==> x&y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__class__ | 
<type 'type'> extends (<type 'object'>,)
 belongs to class <type 'type'>
 int(x[, base]) -> integer Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero (this does not include a string representation of a floating point number!) When converting a string, use the optional base. It is an error to supply a base when converting a non-string. If the argument is outside the integer range a long object will be returned instead.  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__cmp__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__cmp__(y) <==> cmp(x,y)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__coerce__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__coerce__(y) <==> coerce(x, y)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__delattr__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__delattr__('name') <==> del x.name  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__div__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__div__(y) <==> x/y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__divmod__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__divmod__(y) <==> divmod(x, y)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__doc__ | 
<type 'str'>
 belongs to class <type 'str'>
 str(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__float__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__float__() <==> float(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__floordiv__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__floordiv__(y) <==> x//y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__getattribute__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__getattribute__('name') <==> x.name  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__getnewargs__ | 
<type 'builtin_function_or_method'>
 belongs to class <type 'builtin_function_or_method'>
 | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__hash__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__hash__() <==> hash(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__hex__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__hex__() <==> hex(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__index__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x[y:z] <==> x[y.__index__():z.__index__()]  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__init__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__int__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__int__() <==> int(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__invert__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__invert__() <==> ~x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__long__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__long__() <==> long(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__lshift__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__lshift__(y) <==> x<<y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__mod__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__mod__(y) <==> x%y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__mul__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__mul__(y) <==> x*y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__neg__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__neg__() <==> -x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__new__ | 
<type 'builtin_function_or_method'>
 belongs to class <type 'builtin_function_or_method'>
 T.__new__(S, ...) -> a new object with type S, a subtype of T  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__nonzero__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__nonzero__() <==> x != 0  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__oct__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__oct__() <==> oct(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__or__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__or__(y) <==> x|y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__pos__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__pos__() <==> +x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__pow__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__pow__(y[, z]) <==> pow(x, y[, z])  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__radd__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__radd__(y) <==> y+x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rand__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rand__(y) <==> y&x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rdiv__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rdiv__(y) <==> y/x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rdivmod__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rdivmod__(y) <==> divmod(y, x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__reduce__ | 
<type 'builtin_function_or_method'>
 belongs to class <type 'builtin_function_or_method'>
 helper for pickle  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__reduce_ex__ | 
<type 'builtin_function_or_method'>
 belongs to class <type 'builtin_function_or_method'>
 helper for pickle  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__repr__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__repr__() <==> repr(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rfloordiv__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rfloordiv__(y) <==> y//x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rlshift__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rlshift__(y) <==> y<<x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rmod__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rmod__(y) <==> y%x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rmul__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rmul__(y) <==> y*x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__ror__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__ror__(y) <==> y|x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rpow__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 y.__rpow__(x[, z]) <==> pow(x, y[, z])  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rrshift__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rrshift__(y) <==> y>>x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rshift__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rshift__(y) <==> x>>y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rsub__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rsub__(y) <==> y-x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rtruediv__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rtruediv__(y) <==> y/x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__rxor__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__rxor__(y) <==> y^x  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__setattr__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__setattr__('name', value) <==> x.name = value  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__str__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__str__() <==> str(x)  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__sub__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__sub__(y) <==> x-y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__truediv__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__truediv__(y) <==> x/y  | 
| IS_NOT_EMPTY.__class__.__weakrefoffset__.__xor__ | 
<type 'method-wrapper'>
 belongs to class <type 'method-wrapper'>
 x.__xor__(y) <==> x^y  |