Page MenuHomeSoftware Heritage
Paste P738

decorator type
ActivePublic

Authored by vlorentz on Aug 10 2020, 7:12 PM.
TArg = TypeVar("TArg")
TSelf = TypeVar("TSelf")
def _prepared_insert_statement(
table_name: str, columns: List[str]
) -> Callable[
[Callable[[TSelf, TArg, NamedArg(Any, "statement")], TRet]],
Callable[[TSelf, TArg], TRet],
]:

Event Timeline

vlorentz updated the paste's language from autodetect to python.