Files
openide/python/testData/completion/exceptName.py
T

3 lines
49 B
Python

try:
import foo
except ImportError, bar<caret>: