1
0
forked from VimPlug/jedi

Ignore stdlib paths for dynamic param inference.

This commit is contained in:
Dave Halter
2017-09-07 00:09:14 +02:00
parent 8d06e9f9c9
commit d2b4e0511f
5 changed files with 29 additions and 2 deletions

View File

@@ -407,6 +407,9 @@ class ParamArguments(object):
continue
yield None, self.LazyParamContext(p)
def get_calling_nodes(self):
return []
class InstanceVarArgs(object):
def __init__(self, execution_context, funcdef, var_args):