forked from VimPlug/jedi
fix a few last standing issues with integration tests. ok after running tests with tox i see that they are not the last issues...
This commit is contained in:
@@ -109,6 +109,7 @@ class PyObject(Base):
|
||||
for name in dir(self._cls().obj):
|
||||
f = fake.get_faked(module.obj, self.obj, name)
|
||||
if f:
|
||||
f.parent = self
|
||||
faked_subscopes.append(f)
|
||||
return faked_subscopes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user