PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/python/testData/inspections/PyRedundantParenthesesInspection/While.py

http://github.com/JetBrains/intellij-community
Python | 2 lines | 2 code | 0 blank | 0 comment | 1 complexity | 68be8e1c9706cf66f8961771442c73b1 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 <weak_warning descr="Remove redundant parentheses">(True)</weak_warning>:
  2. pass