scipy.sparse.dok_array.

popitem#

dok_array.popitem()[源代码]#

删除并返回一个 (键, 值) 对,作为 2 元组。

对以 LIFO (后进先出) 顺序返回。如果字典为空,则引发 KeyError。