numpy.lib.npyio.NpzFile.get#

方法

lib.npyio.NpzFile.get(key, default=None, /)[source]#

D.get(k,[,d]) 如果 k 在 D 中则返回 D[k],否则返回 d。d 默认为 None。