Navigation
index
next
|
previous
|
Archive
«
cf-python 1.2.3
»
Documentation
»
Reference manual
»
Classes of the
cf
module
»
cf.Dict
»
cf.Dict.get
¶
Dict.
get
(
k
[
,
d
]
)
→ D[k] if k in D, else d. d defaults to None.
[source]
¶
Previous topic
cf.Dict.clear
Next topic
cf.Dict.has_key
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
»