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

extend the feature __import__ #38

Open
felinh opened this issue Mar 11, 2024 · 1 comment
Open

extend the feature __import__ #38

felinh opened this issue Mar 11, 2024 · 1 comment

Comments

@felinh
Copy link

felinh commented Mar 11, 2024

Hello Peter
Thank you for your amazing work on microPython, it is a bible for me.

I have a question:

is it possible to extend the feature __import__(mymodule) but with the from for exemple:

from (mymodule) import (myFunction)

where mymodule and myFunction are string?

Thank you very much.

@peterhinch
Copy link
Owner

That is a good question. Unfortunately I don't know the answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants