__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections.abc import Iterator, Sequence
from typing import Any, overload
class ResultRow:
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
column_names: tuple[str, ...]
column_values: tuple[Any, ...]
def __len__(self) -> int: ...
@overload
def __getitem__(self, index: int) -> Any: ...
@overload
def __getitem__(self, index: slice) -> Sequence[Any]: ...
def __iter__(self) -> Iterator[Any]: ...
# __next__, __delitem__, __setitem__ are technically defined but lead always to an error
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 47 B | 0644 |
|
| dbapi.pyi | File | 5.32 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| resultrow.pyi | File | 543 B | 0644 |
|