-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
triageIndicates issues, pull requests, or discussions need to be reviewed for the first timeIndicates issues, pull requests, or discussions need to be reviewed for the first time
Description
datajoint-python/datajoint/user_tables.py
Line 222 in 63ebc38
def delete(self, force=False): |
Part.delete
does not allow pass-through of kwargs to thesuper.delete
call.- This prevents some functionality
- e.g. I want to wrap several operations including
Part.delete
in a single transaction. Since I can't passtransaction=False
toPart.delete
(I think) this is not possible
- e.g. I want to wrap several operations including
Metadata
Metadata
Assignees
Labels
triageIndicates issues, pull requests, or discussions need to be reviewed for the first timeIndicates issues, pull requests, or discussions need to be reviewed for the first time