Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P738
decorator type
Active
Public
Actions
Authored by
vlorentz
on Aug 10 2020, 7:12 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
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
created this paste.
Aug 10 2020, 7:12 PM
2020-08-10 19:12:09 (UTC+2)
vlorentz
updated the paste's language from
autodetect
to
python
.
Log In to Comment