redvypr.config.configDict.pop
¶
configDict.
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.
redvypr
Navigation
Contents:
redvypr
Design
API
redvypr
redvypr devices
Related Topics
Documentation overview
API
redvypr
redvypr.config
redvypr.config.configDict
Previous:
redvypr.config.configDict.keys
Next:
redvypr.config.configDict.popitem
Quick search