Skip to content

Commit

Permalink
Update pylsp/workspace.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
tkrabel-db and ccordoba12 authored Oct 18, 2023
1 parent 71b210b commit 6dbb80e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pylsp/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,10 @@ def jedi_names(
"""
Get the names in the notebook up to a certain cell.
:param up_to_cell_uri: The cell uri to stop at. If None, all cells are considered.
Parameters
----------
up_to_cell_uri: str, optional
The cell uri to stop at. If None, all cells are considered.
"""
names = set()
for cell in self.cells:
Expand Down

0 comments on commit 6dbb80e

Please sign in to comment.