mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Use access handles everywhere
This commit is contained in:
@@ -14,4 +14,4 @@ def test_equals(source):
|
||||
script = Script(source)
|
||||
node = script._get_module_node().children[0]
|
||||
first, = script._get_module().eval_node(node)
|
||||
assert isinstance(first, CompiledObject) and first.access._obj is True
|
||||
assert isinstance(first, CompiledObject) and first.access_handle.access._obj is True
|
||||
|
||||
Reference in New Issue
Block a user