linearmodels.utility.AttrDict.pop

AttrDict.pop(self, key: Union[Hashable, NoneType], default: Any = None) → Any[source]

Remove specified key and return the corresponding value. If key is not found, default is returned if given, otherwise KeyError is raised

Return type

Any