Skip to content

Commit 7717f2c

Browse files
authored
Merge pull request #895 from MrBago/include-signatures
2 parents fc51ba4 + 881b6c8 commit 7717f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipykernel/ipkernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def _experimental_do_complete(self, code, cursor_pos):
452452
end=comp.end,
453453
text=comp.text,
454454
type=comp.type,
455+
signature=comp.signature,
455456
)
456457
)
457458

0 commit comments

Comments
 (0)