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

@@ -1159,6 +1159,10 @@ isinstance(c, (tokenize.Token, Operator)) else unicode(c)
result.append(tok)
return result
def set_expression_list(self, lst):
"""It's necessary for some "hacks" to change the expression_list."""
self._expression_list = lst
class Param(Statement):
"""