scipy.sparse.dok_array.

fromkeys#

classmethod dok_array.fromkeys(iterable, value=1, /)[source]#

创建一个新的字典,其键来自可迭代对象,值设置为 value。