1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 07:40:06 +08:00
SpaceVim/bundle/jedi-vim/pythonx/jedi/test/static_analysis/keywords.py
2022-10-23 15:41:52 +08:00

8 lines
108 B
Python

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