This website requires JavaScript.
Explore
Help
Register
Sign In
Lil-Ran
/
Pyarmor-Static-Unpack-1shot
Watch
1
Star
0
Fork
0
You've already forked Pyarmor-Static-Unpack-1shot
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2011b828db956875653b605a51a57fbde3a3316d
Pyarmor-Static-Unpack-1shot
/
tests
/
input
/
test_dict.py
5 lines
81 B
Python
Raw
Normal View
History
Unescape
Escape
Support for with statement.
2012-06-03 20:39:45 -07:00
x
=
{
'
one
'
:
1
,
'
two
'
:
2
}
if
x
[
'
one
'
]
==
1
:
Migrate additional tests which previously didn't have reference source to the new test system, including new reference source.
2019-10-07 14:10:19 -07:00
print
"
Correct!
"
Support for with statement.
2012-06-03 20:39:45 -07:00
x
[
'
three
'
]
=
3
Copy Permalink