We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
__import__(mymodule)
from
from (mymodule) import (myFunction)
where mymodule and myFunction are string?
mymodule
myFunction
Thank you very much.
The text was updated successfully, but these errors were encountered:
That is a good question. Unfortunately I don't know the answer.
Sorry, something went wrong.
No branches or pull requests
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 thefrom
for exemple:from (mymodule) import (myFunction)
where
mymodule
andmyFunction
are string?Thank you very much.
The text was updated successfully, but these errors were encountered: