WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

enhancementIndicates new improvements

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions