Jos Verlinde
Jos Verlinde
`def asm_pio(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]:` but also consider that decoraters can also be implemented as a class , and that may be the missing link beween `def...
Note that they should probably be handled the same as `const` in that they should be in `__default__`, and thus only work in pyright / pylance Ref: https://github.com/bixb922/viper-examples
``` ModuleNotFoundError: No module named 'colorama' ```
**Bug Report** When stubgen creates stubs for a module that imports `Incomplete` , it then mangles / overcomplicates the import in the generated stub edit : On Windows **To Reproduce...
The S3 also supports "Touch 1200" speed toggle to enter the bootloader . [Adafruit TinyUF2 bootloader](https://github.com/adafruit/tinyuf2) - [ ] build / flash bootloader https://github.com/adafruit/tinyuf2/tree/master/ports/espressif#flash - [ ] add cli to...
for a class Registry it is possible to discover the base classes from the `__bases__` attribute ``` print ( [ b.__name__ for b in Registry.__bases__]) # or print ( ",".join([...
Currently only impacts **alif** port Likely needs an update of vendored tools/manifestfile.py > 13:57:53 | ℹ️ port-board: alif 13:57:53 | ❌ freeze error executing "D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py": Error in manifest file: D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py:...
currently these are not rendered correctly in VSCode  a few thousand `_.  In reStructuredText the trailing underscore in a construct like `that uses the `littlefs v2 filesystem format`_.`...
For what it's worth; here's an example of how you could `ruff format` a Python string using `subprocess`: https://gist.github.com/jorenham/63942278b01515ffdeb0c7d4d1895684 _Originally posted by @jorenham in https://github.com/astral-sh/ruff/issues/659#issuecomment-2895157896_