PageRenderTime 23ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test045.py

http://pyjamas.googlecode.com/
Python | 4 lines | 2 code | 1 blank | 1 comment | 0 complexity | cd93ac9d6c12cc566a59e9f3f194049d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. # dictionary tests
  2. def test():
  3. x = {1:1, 2:2}