You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firmware stubber to capture both types and values in .pyi files.
This eliminates a mypy.stubgen step - which removes all values
avoid overwriting value from frozen modules - need to merge rather than overwrite with frozen modules.
There is a risk that this will obscure some classes or values that cannot be detected run-time
avoid needing to run mypy.stubgen in other steps,
or compensate for that by re-merging lost but relevant information in a 2nd step
The text was updated successfully, but these errors were encountered:
Pro:
Con:
requested by @brianreinhold in https://github.com/orgs/micropython/discussions/13527
.pyi
files.This eliminates a mypy.stubgen step - which removes all values
There is a risk that this will obscure some classes or values that cannot be detected run-time
The text was updated successfully, but these errors were encountered: