f3dasm
f3dasm copied to clipboard
Feature request: `pop` method on `Domain` object
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')