We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a294b commit 67dda6cCopy full SHA for 67dda6c
datajoint/table.py
@@ -267,10 +267,10 @@ def update1(self, row):
267
268
def insert1(self, row, **kwargs):
269
"""
270
- Insert one data record into the table..
+ Insert one data record into the table. For ``kwargs``, see ``insert()``.
271
+
272
:param row: a numpy record, a dict-like object, or an ordered sequence to be inserted
273
as one row.
- For kwargs, see insert()
274
275
self.insert((row,), **kwargs)
276
0 commit comments