Remove specified key from the domain in-place and return the corresponding value.
Note that the dimensions attribute is not updated.
Parameters : | key : str
|
---|---|
Returns : |
|
Examples
>>> d.pop('dim0')
>>> d.pop('aux1')
>>> d.pop('cm2')
>>> d.pop('aux1', None)