1
0
forked from VimPlug/jedi

Better filter for arrays.

This commit is contained in:
Dave Halter
2016-10-16 14:57:08 +02:00
parent 0a0cb2a722
commit 3654de97b0
2 changed files with 10 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ def _faked(module, obj, name):
if faked_mod is None:
return None, None
# Having the module as a `parser.representation.module`, we need to scan
# Having the module as a `parser.tree.Module`, we need to scan
# for methods.
if name is None:
if inspect.isbuiltin(obj):