Commit 6208b4c
authored
Move autcompletion for globals to
## Changes
We are deprecating internal type stubs in favour of python sdk. Python
sdk currently only provides typings for dbutils. This adds typings for
other globals to `__builtins__.py`.
**Removed docstrings** for these globals since they were 10+ lines each,
adding a big chunk to the user's builtins file.
* displayHTML()
* display__builtins__.py from internal stubs. (#675)1 parent b7c0138 commit 6208b4c
File tree
2 files changed
+38
-2
lines changed- packages/databricks-vscode
- resources/python/stubs
- src/language
2 files changed
+38
-2
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 | | |
18 | | - | |
| 33 | + | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
| |||
170 | 185 | | |
171 | 186 | | |
172 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
173 | 193 | | |
174 | 194 | | |
175 | 195 | | |
| |||
0 commit comments