1
0
forked from VimPlug/jedi

docstring working for local definitions as well

This commit is contained in:
Dave Halter
2014-03-27 12:34:53 +01:00
parent 196fcdb4df
commit b680246195
5 changed files with 23 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ def get_params(evaluator, func, var_args):
arr.keys = key_stmts
arr.type = array_type
new_param._expression_list = [arr]
new_param.set_expression_list([arr])
name = copy.copy(param.get_name())
name.parent = new_param