]> Repositories - Adafruit_Blinka-hackapet.git/commit
Provide stubs for micropython module
authorJeff Epler <jepler@gmail.com>
Tue, 6 Sep 2022 16:57:30 +0000 (11:57 -0500)
committerJeff Epler <jepler@gmail.com>
Tue, 6 Sep 2022 16:57:30 +0000 (11:57 -0500)
commit1ed771f1cca5f23273e93a509ef003e363810985
treeed9afb51e299f45257d6c73db4a0ac73956c03ad
parentad1ec71a68caa20e59fd41227df5c995e6c546a4
Provide stubs for micropython module

This allows use of micropython.const to typecheck without
making any changes to the .py files themselves.
setup.py
src/micropython-stubs/micropython.pyi [new file with mode: 0644]