flask.Config.popitem

Config.popitem() → (k, v), remove and return some (key, value) pair as a

2-tuple; but raise KeyError if D is empty.