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 e7adabd commit 7e4a7abCopy full SHA for 7e4a7ab
datajoint/table.py
@@ -353,10 +353,9 @@ def insert(
353
will be inserted.
354
:param replace: If True, replaces the existing tuple.
355
:param skip_duplicates: If True, silently skip duplicate inserts.
356
- :param ignore_extra_fields: If False, fields that are not in the heading raise
357
- error.
358
- :param allow_direct_insert: applies only in auto-populated tables. If False
359
- (default), insert are allowed only from inside the make callback.
+ :param ignore_extra_fields: If False, fields that are not in the heading raise error.
+ :param allow_direct_insert: Only applies in auto-populated tables. If False (default),
+ insert may only be called from inside the make callback.
360
361
Example:
362
0 commit comments