doc
This commit is contained in:
parent
26b40c8055
commit
077b3f520f
@ -23,7 +23,7 @@ class Table(object):
|
|||||||
self.table.drop(engine)
|
self.table.drop(engine)
|
||||||
|
|
||||||
def insert(self, row, ensure=True, types={}):
|
def insert(self, row, ensure=True, types={}):
|
||||||
""" Add a row (type: dict). If ``ensure`` is set, any of
|
""" Add a row (type: dict). If ``ensure`` is set, any of
|
||||||
the keys of the row are not table columns, they will be type
|
the keys of the row are not table columns, they will be type
|
||||||
guessed and created. """
|
guessed and created. """
|
||||||
if ensure:
|
if ensure:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user