mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Make infer public on classes
This commit is contained in:
@@ -3,5 +3,5 @@ def test_module_attributes(Script):
|
||||
assert def_.name == '__name__'
|
||||
assert def_.line is None
|
||||
assert def_.column is None
|
||||
str_, = def_._goto_definitions()
|
||||
str_, = def_.infer()
|
||||
assert str_.name == 'str'
|
||||
|
||||
Reference in New Issue
Block a user