403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/self/root/proc/1/root/usr/lib64/python3.12/site-packages/rpds/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/1/root/usr/lib64/python3.12/site-packages/rpds/__init__.pyi
from typing import (
    ItemsView,
    Iterable,
    Iterator,
    KeysView,
    Mapping,
    TypeVar,
    ValuesView,
)

_T = TypeVar("_T")
_KT_co = TypeVar("_KT_co", covariant=True)
_VT_co = TypeVar("_VT_co", covariant=True)

class HashTrieMap(Mapping[_KT_co, _VT_co]):
    def __init__(
        self,
        value: Mapping[_KT_co, _VT_co] | Iterable[tuple[_KT_co, _VT_co]] = {},
        **kwds: Mapping[_KT_co, _VT_co],
    ): ...
    def __getitem__(self, key: _KT_co) -> _VT_co: ...
    def __iter__(self) -> Iterator[_KT_co]: ...
    def __len__(self) -> int: ...
    def discard(self, key: _KT_co) -> HashTrieMap[_KT_co, _VT_co]: ...
    def items(self) -> ItemsView[_KT_co, _VT_co]: ...
    def keys(self) -> KeysView[_KT_co]: ...
    def values(self) -> ValuesView[_VT_co]: ...
    def remove(self, key: _KT_co) -> HashTrieMap[_KT_co, _VT_co]: ...
    def insert(
        self,
        key: _KT_co,
        val: _VT_co,
    ) -> HashTrieMap[_KT_co, _VT_co]: ...
    def update(self, *args: Mapping): ...
    @classmethod
    def convert(
        cls,
        value: Mapping[_KT_co, _VT_co] | Iterable[tuple[_KT_co, _VT_co]],
    ) -> HashTrieMap[_KT_co, _VT_co]: ...
    @classmethod
    def fromkeys(
        cls,
        keys: Iterable[_KT_co],
        value: _VT_co = None,
    ) -> HashTrieMap[_KT_co, _VT_co]: ...

class HashTrieSet(frozenset[_T]):
    def __init__(self, value: Iterable[_T] = ()): ...
    def __iter__(self) -> Iterator[_T]: ...
    def __len__(self) -> int: ...
    def discard(self, value: _T) -> HashTrieSet[_T]: ...
    def remove(self, value: _T) -> HashTrieSet[_T]: ...
    def insert(self, value: _T) -> HashTrieSet[_T]: ...
    def update(self, *args: Iterable[_T]) -> HashTrieSet[_T]: ...

class List(Iterable[_T]):
    def __init__(self, value: Iterable[_T] = (), *more: _T): ...
    def __iter__(self) -> Iterator[_T]: ...
    def __len__(self) -> int: ...
    def push_front(self, value: _T) -> List[_T]: ...
    def drop_first(self) -> List[_T]: ...

class Queue(Iterable[_T]):
    def __init__(self, value: Iterable[_T] = (), *more: _T): ...
    def __iter__(self) -> Iterator[_T]: ...
    def __len__(self) -> int: ...
    def enqueue(self, value: _T) -> Queue[_T]: ...
    def dequeue(self, value: _T) -> Queue[_T]: ...
    @property
    def is_empty(self) -> _T: ...
    @property
    def peek(self) -> _T: ...

Youez - 2016 - github.com/yon3zu
LinuXploit