Files
openide/python/testData/findUsages/ConstImportedFromAnotherFileDefiner.py

7 lines
83 B
Python

SOME_CONST = False
if some_cond:
SOME_CONST = True
print (<caret>SOME_CONST)