1
0
forked from VimPlug/jedi

Refactor our create_context constructs.

This commit is contained in:
Dave Halter
2016-12-06 09:51:57 +01:00
parent cb4f405f7d
commit becf1027c0
4 changed files with 10 additions and 14 deletions

View File

@@ -174,7 +174,6 @@ class BaseDefinition(object):
yield name.string_name
name.api_type
parent_context = name.parent_context
print(parent_context)
while parent_context is not None:
try:
method = parent_context.py__name__