Commit 7802743
completions to use new Jedi get_names method (#15791)
* completions to use new Jedi get_names method
jedi.api.names has been deprecated, use new syntax instead.
* note I could have used the Script object initialized in the lines right below the change, but I went the safe route since the method enclosing the change returns pre-emptively
* Create 15791.md
* Update news/2 Fixes/15791.md
Co-authored-by: Karthik Nadig <[email protected]>
Co-authored-by: Karthik Nadig <[email protected]>1 parent d2ab232 commit 7802743
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
589 | 587 | | |
590 | 588 | | |
591 | 589 | | |
| |||
0 commit comments