mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45:57 +08:00
Remove a flow information thing for now.
This commit is contained in:
@@ -439,7 +439,7 @@ def check_flow_information(evaluator, flow, search_name_part, pos):
|
|||||||
break
|
break
|
||||||
|
|
||||||
if isinstance(flow, pr.Flow) and not result:
|
if isinstance(flow, pr.Flow) and not result:
|
||||||
if flow.command in ['if', 'while'] and len(flow.inputs) == 1:
|
if isinstance(flow, (pr.IfStmt, pr.WhileStmt)) and False and len(flow.inputs) == 1:
|
||||||
result = _check_isinstance_type(evaluator, flow.inputs[0], search_name_part)
|
result = _check_isinstance_type(evaluator, flow.inputs[0], search_name_part)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user