| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Remove readonly
Remove readonly
…etes presions analysis session that was canceled may still be running.
|
How does this work with partial stubs? Our typeshed is still an old copy (missing 3.8 stuff), and we bundle small targeted stubs for numpy. Does this only apply for stubs shipped directly with libraries? |
Sorry, something went wrong.
|
Change is limited to typeshed modules only. Numpy is not there so it is analyzed same way as before. Only stubs from typeshed are considered. |
Sorry, something went wrong.
|
Regular on import numpy Analysis complete: 933 modules in 8785.63 ms. Analysis version 1624 of 932 entries has been completed in 5851.16 ms. with stubsOnly: true Analysis complete: 933 modules in 6685.23 ms. Analysis version 1640 of 933 entries has been completed in 4446.48 ms. |
Sorry, something went wrong.
import sys
import os
import datetimeRegular: Analysis complete: 348 modules in 6099.82 ms. Analysis version 574 of 309 entries has been completed in 2703.78 ms. with stubsOnly: true Analysis complete: 348 modules in 3079.24 ms. Analysis version 574 of 334 entries has been completed in 1461.81 ms. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1821
Prefer stub content when stub is available. Don't eval content beyond documentation. Increases analysis speed 20-50% depending on how many stubs are available.