1
0
forked from VimPlug/jedi
Files
jedi-fork/test/static_analysis/keywords.py
2015-09-13 23:45:53 +02:00

8 lines
108 B
Python

def raises():
raise KeyError()
def wrong_name():
#! 6 name-error
raise NotExistingException()