forked from VimPlug/jedi
Test fixes and for loops need to be handled a awell in flow_analysis.
This commit is contained in:
@@ -269,7 +269,7 @@ class MethodDecoratorDoesntExist(Base):
|
||||
# -----------------
|
||||
def memoize(function):
|
||||
def wrapper(*args):
|
||||
if 1:
|
||||
if random.choice([0, 1]):
|
||||
pass
|
||||
else:
|
||||
rv = function(*args)
|
||||
|
||||
Reference in New Issue
Block a user