popitem#

ParamDictND.popitem()[source]#

Remove and return the last inserted key and parameter value pair from the ParamDict.

Returns:
(key, int or float)

Tuple of key, parameter value.