mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Undo finding signatures for everything and only do it for stubs and non-statements for when used in docstrings
This commit is contained in:
@@ -59,7 +59,7 @@ def test_help_no_returns(Script, code, kwargs):
|
||||
('X.x', 'Yeah '),
|
||||
('X().x', 'Yeah '),
|
||||
('X.y', 'f g '),
|
||||
('X.z', '<lambda>(x)'),
|
||||
('X.z', ''),
|
||||
]
|
||||
)
|
||||
def test_attribute_docstrings(goto_or_help, expected_doc, to_execute):
|
||||
|
||||
Reference in New Issue
Block a user