SciPy v0.17.1 Reference Guide
index
modules
modules
scipy.optimize.OptimizeResult.pop
¶
OptimizeResult.
pop
(
k
[
,
d
]
)
→ v, remove specified key and return the corresponding value.
¶
If key is not found, d is returned if given, otherwise KeyError is raised