1
0
forked from VimPlug/jedi

fix tests. Operators should not equal to other operators with a different position. or even parent.

This commit is contained in:
Dave Halter
2014-08-18 13:12:39 +02:00
parent 1d812c2414
commit 9f38f10366
3 changed files with 10 additions and 4 deletions

View File

@@ -451,7 +451,7 @@ def get_names_of_scope(evaluator, scope, position=None, star_search=True, includ
After that we have a few underscore names that have been defined
>>> pairs[2]
(<ModuleWrapper: <SubModule: None@1-5>>, [<FakeName: __file__@0,0>, ...])
(<ModuleWrapper: <SubModule: None@1-5>>, [<LazyName: __file__@0,0>, ...])
Finally, it yields names from builtin, if `include_builtin` is