mirror of
https://github.com/davidhalter/jedi.git
synced 2026-09-19 07:43:14 +08:00
fix a problem with dynamic flow information and usages
This commit is contained in:
@@ -175,6 +175,11 @@ Additional modules in which |jedi| checks if statements are to be found. This
|
||||
is practical for IDEs, that want to administrate their modules themselves.
|
||||
"""
|
||||
|
||||
dynamic_flow_information = True
|
||||
"""
|
||||
Check for `isinstance` and other information to infer a type.
|
||||
"""
|
||||
|
||||
# ----------------
|
||||
# recursions
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user