mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 05:54:23 +02:00
Keyword only arguments, refs #165
This commit is contained in:
parent
987dd123f2
commit
139c8df85b
1 changed files with 2 additions and 0 deletions
|
|
@ -718,6 +718,7 @@ class Table(Queryable):
|
|||
|
||||
def transform(
|
||||
self,
|
||||
*,
|
||||
columns=None,
|
||||
rename=None,
|
||||
drop=None,
|
||||
|
|
@ -754,6 +755,7 @@ class Table(Queryable):
|
|||
|
||||
def transform_sql(
|
||||
self,
|
||||
*,
|
||||
columns=None,
|
||||
rename=None,
|
||||
drop=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue