popitem#

ParamDict1D.popitem()#

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

Returns:
(key, int or float)

Tuple of key, parameter value.