- metallurgy.alloy.OrderedDict.pop(key[, default]) v, remove specified key and return the corresponding value.[source]
If the key is not found, return the default if given; otherwise, raise a KeyError.
Last update:
Jun 08, 2023
If the key is not found, return the default if given; otherwise, raise a KeyError.