Skip to content

Can't pass super.delete kwargs to Part.delete #1276

@samuelbray32

Description

@samuelbray32

def delete(self, force=False):

  • 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

Metadata

Metadata

Labels

triageIndicates issues, pull requests, or discussions need to be reviewed for the first time

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions