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
Fixes#766
Add documentation for static type checking without a typing module.
* **`docs/22_static_type_checking.md`**:
- Add a new section explaining the alternative method using `TYPE_CHECKING` and conditional imports.
- Include a code example demonstrating how to use `TYPE_CHECKING` and conditional imports to perform static type checking without a typing module.
* **`docs/index.md`**:
- Update the table of contents to include a link to the new section in `docs/22_static_type_checking.md`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Josverl/micropython-stubs/issues/766?shareId=XXXX-XXXX-XXXX-XXXX).
Document additional manner of static type checking without a typing module.
ref: https://github.com/eosti/micropython-aw210xx/blob/main/src/aw210xx.py
The text was updated successfully, but these errors were encountered: