forked from VimPlug/jedi
Delete the old and unused MultiLevelStopIteration exception.
This commit is contained in:
@@ -9,12 +9,6 @@ from jedi._compatibility import unicode, next, reraise
|
||||
from jedi import settings
|
||||
|
||||
|
||||
class MultiLevelStopIteration(Exception):
|
||||
"""
|
||||
StopIteration's get catched pretty easy by for loops, let errors propagate.
|
||||
"""
|
||||
|
||||
|
||||
class UncaughtAttributeError(Exception):
|
||||
"""
|
||||
Important, because `__getattr__` and `hasattr` catch AttributeErrors
|
||||
|
||||
Reference in New Issue
Block a user