f3dasm icon indicating copy to clipboard operation
f3dasm copied to clipboard

Feature request: `pop` method on `Domain` object

Open mpvanderschelling opened this issue 1 year ago • 0 comments

Feature request

It would be great to have a .pop method on the Domain object just like it is being used in lists. The .pop method would pop a parameter from the domain object, returning it, and in-place removing this value from the domain:

domain = Domain(...)
domain_popped = domain.pop('parameter')

mpvanderschelling avatar Oct 28 '24 17:10 mpvanderschelling