mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Add the module_path again
This commit is contained in:
@@ -85,3 +85,4 @@ def test_namedtuple_goto_definitions(Script):
|
|||||||
d1, = Script(source).goto_definitions()
|
d1, = Script(source).goto_definitions()
|
||||||
|
|
||||||
assert d1.get_line_code() == "class Foo(tuple):"
|
assert d1.get_line_code() == "class Foo(tuple):"
|
||||||
|
assert d1.module_path is None
|
||||||
|
|||||||
Reference in New Issue
Block a user