micropython-stubber
micropython-stubber copied to clipboard
add information on what is and is not included in the machine stubs
Yes
- module
- functions
- constants + values + type
- classes (most)
- exceptions
Not
- superclasses
- function parameters
- class init parameters
duplications
- methods inherited from superclasses
- import * from