__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Self
from types import TracebackType
from typing import Any
from . import _mysql, cursors
from ._exceptions import (
DatabaseError as DatabaseError,
DataError as DataError,
Error as Error,
IntegrityError as IntegrityError,
InterfaceError as InterfaceError,
InternalError as InternalError,
NotSupportedError as NotSupportedError,
OperationalError as OperationalError,
ProgrammingError as ProgrammingError,
Warning as Warning,
)
re_numeric_part: Any
def numeric_part(s): ...
class Connection(_mysql.connection):
default_cursor: type[cursors.Cursor]
cursorclass: type[cursors.BaseCursor]
encoders: Any
encoding: str
messages: Any
def __init__(self, *args, **kwargs) -> None: ...
def __enter__(self: Self) -> Self: ...
def __exit__(
self, exc_type: type[BaseException] | None, exc_value: BaseException | None, traceback: TracebackType | None
) -> None: ...
def autocommit(self, on: bool) -> None: ...
def cursor(self, cursorclass: type[cursors.BaseCursor] | None = ...): ...
def query(self, query) -> None: ...
def literal(self, o): ...
def begin(self) -> None: ...
def warning_count(self): ...
def set_character_set(self, charset) -> None: ...
def set_sql_mode(self, sql_mode) -> None: ...
def show_warnings(self): ...
Warning: type[BaseException]
Error: type[BaseException]
InterfaceError: type[BaseException]
DatabaseError: type[BaseException]
DataError: type[BaseException]
OperationalError: type[BaseException]
IntegrityError: type[BaseException]
InternalError: type[BaseException]
ProgrammingError: type[BaseException]
NotSupportedError: type[BaseException]
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| constants | Folder | 0755 |
|
|
| METADATA.toml | File | 63 B | 0644 |
|
| __init__.pyi | File | 1.28 KB | 0644 |
|
| _exceptions.pyi | File | 440 B | 0644 |
|
| _mysql.pyi | File | 3.66 KB | 0644 |
|
| connections.pyi | File | 1.71 KB | 0644 |
|
| converters.pyi | File | 840 B | 0644 |
|
| cursors.pyi | File | 1.97 KB | 0644 |
|
| release.pyi | File | 45 B | 0644 |
|
| times.pyi | File | 850 B | 0644 |
|