1
0
forked from VimPlug/jedi

fixed some decorator stuff.

This commit is contained in:
David Halter
2013-04-21 23:06:39 +04:30
parent 43306429f9
commit 80cbed2f9f

View File

@@ -176,6 +176,11 @@ class ParserNode(object):
if set_parent:
for i in items:
i.parent = scope
try:
for d in i.decorators:
d.parent = scope
except AttributeError:
pass
content += items
if str(parser.module.name) == 'ordering':
#print scope.subscopes