1
0
forked from VimPlug/jedi

Implemented x if foo else y case.

This commit is contained in:
Dave Halter
2014-11-12 11:49:27 +01:00
parent 54c5591ccb
commit c326562c27
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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