Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type info to os path specifications #750

Open
Josverl opened this issue Mar 8, 2024 · 1 comment
Open

Add type info to os path specifications #750

Josverl opened this issue Mar 8, 2024 · 1 comment
Labels
reference reference stubs for micropython stdlib micropython version of stdlib

Comments

@Josverl
Copy link
Owner

Josverl commented Mar 8, 2024

https://github.com/orgs/micropython/discussions/14049

@Josverl Josverl changed the title Add QA test Add QA test for os.stat(xx) Mar 8, 2024
@Josverl
Copy link
Owner Author

Josverl commented Feb 6, 2025

def stat(path) -> Incomplete:
    """
    Get the status of a file or directory.
    """
    ...

@Josverl Josverl changed the title Add QA test for os.stat(xx) Add type info to os path specifications Feb 6, 2025
@Josverl Josverl added stdlib micropython version of stdlib reference reference stubs for micropython labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reference reference stubs for micropython stdlib micropython version of stdlib
Projects
None yet
Development

No branches or pull requests

1 participant