1
0
forked from VimPlug/jedi

Complete writing the full mixed objects module.

This commit is contained in:
Dave Halter
2016-05-17 17:44:22 +02:00
parent 5595fb3e2f
commit ef314a5c38
3 changed files with 97 additions and 40 deletions

View File

@@ -102,7 +102,7 @@ class LazyName(helpers.FakeName):
'should be part of sys.modules.')
if parser_path:
assert len(parser_path) == 1
#assert len(parser_path) == 1
found = list(self._evaluator.find_types(mod, parser_path[0],
search_global=True))
else: