forked from VimPlug/jedi
Implemented x if foo else y case.
This commit is contained in:
@@ -424,7 +424,7 @@ def check_flow_information(evaluator, flow, search_name_part, pos):
|
||||
return None
|
||||
|
||||
result = []
|
||||
if flow.is_scope():
|
||||
if False and flow.is_scope():
|
||||
for ass in reversed(flow.asserts):
|
||||
if pos is None or ass.start_pos > pos:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user