scipy.sparse.dok_matrix.

popitem#

dok_matrix.popitem()[source]#

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

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