fix a problem with dynamic flow information and usages

This commit is contained in:
David Halter
2013-07-24 01:28:15 +02:00
parent 991b138ff3
commit 972d4e9a08
4 changed files with 21 additions and 3 deletions
+5
View File
@@ -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
# ----------------