Navigation
index
next
|
previous
|
cf-python 1.0.4
»
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
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
cf-python 1.0.4
»
Documentation
»
Reference manual
»
Classes of the
cf
module
»
cf.Dict
»