3.11.14.2.1.1.12. statsmodels.stats.multitest.OrderedDict.pop

OrderedDict.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.