internal.types.int
¶
Source code: internal/types/int.seq
- extension int¶
Magic methods:
- __new__()
- __new__[T](what: T)
- __int__()
- __float__()
- __str__()
- __copy__()
- __hash__()
- __bool__()
- __pos__()
- __neg__()
- __abs__()
- __lshift__(other: int)
- __rshift__(other: int)
- __add__(b: int)
- __add__(other: float)
- __sub__(b: int)
- __sub__(other: float)
- __mul__(b: int)
- __mul__(other: float)
- __floordiv__(b: int)
- __floordiv__(other: float)
- __truediv__(other: int)
- __truediv__(other: float)
- __mod__(other: float)
- __invert__(a: int)
- __bitreverse__(a: int)
- __bswap__(a: int)
- __ctpop__(a: int)
- __ctlz__(a: int)
- __cttz__(a: int)
- __eq__(b: float)
- __ne__(b: float)
- __lt__(b: float)
- __gt__(b: float)
- __le__(b: float)
- __ge__(b: float)
- __new__(s: str)
- __new__(s: str, base: int)
- __pow__(exp: int)
- __pow__(exp: float)
- __atomic_xor__(b: int)
- __match__(i: int)
Methods:
- popcnt()¶