__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections import OrderedDict
from typing import Any, Generic, TypeVar
from humanfriendly.compat import unicode
_KT = TypeVar("_KT")
_VT = TypeVar("_VT")
class CaseInsensitiveDict(OrderedDict[_KT, _VT], Generic[_KT, _VT]):
def __init__(self, other: Any | None = ..., **kw) -> None: ...
def coerce_key(self, key): ...
@classmethod
def fromkeys(cls, iterable, value: Any | None = ...): ...
def get(self, key, default: Any | None = ...): ...
def pop(self, key, default: Any | None = ...): ...
def setdefault(self, key, default: Any | None = ...): ...
def update(self, other: Any | None = ..., **kw) -> None: ... # type: ignore[override]
def __contains__(self, key): ...
def __delitem__(self, key): ...
def __getitem__(self, key): ...
def __setitem__(self, key, value): ...
class CaseInsensitiveKey(unicode):
def __new__(cls, value): ...
def __hash__(self): ...
def __eq__(self, other): ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| terminal | Folder | 0755 |
|
|
| METADATA.toml | File | 19 B | 0644 |
|
| __init__.pyi | File | 1.89 KB | 0644 |
|
| case.pyi | File | 958 B | 0644 |
|
| cli.pyi | File | 541 B | 0644 |
|
| compat.pyi | File | 283 B | 0644 |
|
| decorators.pyi | File | 50 B | 0644 |
|
| deprecation.pyi | File | 390 B | 0644 |
|
| prompts.pyi | File | 515 B | 0644 |
|
| sphinx.pyi | File | 667 B | 0644 |
|
| tables.pyi | File | 304 B | 0644 |
|
| testing.pyi | File | 2.47 KB | 0644 |
|
| text.pyi | File | 659 B | 0644 |
|
| usage.pyi | File | 192 B | 0644 |
|