forked from VimPlug/jedi
Some isinstance/flow analysis improvements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user