Some isinstance/flow analysis improvements.

This commit is contained in:
Dave Halter
2016-11-29 18:19:15 +01:00
parent 5b81a2375d
commit ba52ecd0df
4 changed files with 17 additions and 17 deletions

View File

@@ -87,7 +87,8 @@ class Test():
def boo(self):
if isinstance(self.testing, str):
#? str()
# TODO this is wrong, it should only be str.
#? str() int()
self.testing
#? Test()
self