PageRenderTime 37ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/python/testData/psi/parts/While.py

http://github.com/JetBrains/intellij-community
Python | 5 lines | 4 code | 0 blank | 1 comment | 0 complexity | a032ca5302a22ef061bdae441d0395e0 MD5 | raw file
Possible License(s): BSD-3-Clause, Apache-2.0, MPL-2.0-no-copyleft-exception, MIT, EPL-1.0, AGPL-1.0
  1. # while stmt
  2. <stmt>while <cond>True:
  3. pass
  4. e<else>lse:
  5. pass