forked from VimPlug/jedi
add a Flow.previous attribute to be able to access the if flow from an else clause.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
NOT_REACHABLE = object()
|
||||
REACHABLE = object()
|
||||
UNSURE = object()
|
||||
|
||||
def break_check(scope):
|
||||
return UNSURE
|
||||
Reference in New Issue
Block a user