Skip to content

Commit

Permalink
Autocomplete: Expose Jedi signature to frontends
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored and ivanov committed May 15, 2021
1 parent fda1156 commit 3a2e57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipykernel/ipkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ def _experimental_do_complete(self, code, cursor_pos):
end=comp.end,
text=comp.text,
type=comp.type,
signature=getattr(comp, 'signature', '')
))

if completions:
Expand Down

0 comments on commit 3a2e57b

Please sign in to comment.