1
0
forked from VimPlug/jedi

a hopefully simple integration of PyObject into Instance

This commit is contained in:
Dave Halter
2014-01-11 01:48:59 +01:00
parent 8337f77886
commit 19fa320c88
3 changed files with 36 additions and 22 deletions
+2
View File
@@ -87,6 +87,8 @@ class Instance(use_metaclass(CachedMetaClass, Executable)):
n.names = n.names[1:]
names.append(InstanceElement(self._evaluator, self, n))
if isinstance(self.base, compiled.PyObject):
return []
names = []
# This loop adds the names of the self object, copies them and removes
# the self.