Navigation
index
next
|
previous
|
Archive
«
cf-python 1.2.3
»
Documentation
»
Reference manual
»
Classes of the
cf
module
»
cf.Dict
»
cf.Dict.setdefault
¶
Dict.
setdefault
(
k
[
,
d
]
)
→ D.get(k,d), also set D[k]=d if k not in D
[source]
¶
Previous topic
cf.Dict.popitem
Next topic
cf.Dict.update
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
Archive
«
cf-python 1.2.3
»
Documentation
»
Reference manual
»
Classes of the
cf
module
»
cf.Dict
»