python-type-stubs/sqlalchemy/sql/naming.pyi

11 строки
256 B
Python

from typing import Any
from .elements import conv as conv
class ConventionDict(object):
const: Any = ...
table: Any = ...
convention: Any = ...
def __init__(self, const, table, convention) -> None: ...
def __getitem__(self, key): ...