You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part.delete does not allow pass-through of kwargs to the super.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 pass transaction=False to Part.delete (I think) this is not possible
datajoint-python/datajoint/user_tables.py
Line 222 in 63ebc38
Part.deletedoes not allow pass-through of kwargs to thesuper.deletecall.Part.deletein a single transaction. Since I can't passtransaction=FalsetoPart.delete(I think) this is not possible