dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/stub-generation
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00
..
.vscode alacritty 2024-07-15 17:06:13 -06:00
.gitignore alacritty 2024-07-15 17:06:13 -06:00
README.md alacritty 2024-07-15 17:06:13 -06:00
scrape_lib.py alacritty 2024-07-15 17:06:13 -06:00
scrape_module.py alacritty 2024-07-15 17:06:13 -06:00

Stub-Generation for native stubs

This folder has a couple of python scripts used for extracting stubs from native python libs.

You run it like so:

  • python -m pip install
  • python -m scrape_lib <path to site-packages/lib name>

Stubs will be generated in the output folder. After that's done, you can copy them over the bundled stubs.

See the launch.json for examples.