/pyjs/tests/test039.js
http://pyjamas.googlecode.com/ · JavaScript · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 2f76cc243e89ef1dc29c54eb8707b4c9 MD5 · raw file
- function test() {
- var foo = new pyjslib_Dict([]);
- foo.__setitem__("five", 5);
- foo.__delitem__("five");
- }