cf.Dict.pop

Dict.pop(k[, d]) → v, remove specified key and return the corresponding value.[source]

If key is not found, d is returned if given, otherwise KeyError is raised.

Previous topic

cf.Dict.keys

Next topic

cf.Dict.popitem

This Page