xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
dict_get.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
for
d
in
{}, {
42
:
2
}:
2
print
(
d
.
get
(
42
))
3
print
(
d
.
get
(
42
,
2
))
4