pickle.IntType¶
Methods¶
__format__ |
|
__getnewargs__ |
|
__new__((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__sizeof__(() -> int) |
size of object in memory, in bytes |
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
__trunc__ |
Truncating an Integral returns itself. |
bit_length(() -> int) |
Number of bits necessary to represent self in binary. |
conjugate |
Returns self, the complex conjugate of any int. |
Attributes¶
denominator |
the denominator of a rational number in lowest terms |
imag |
the imaginary part of a complex number |
numerator |
the numerator of a rational number in lowest terms |
real |
the real part of a complex number |