Polymorphic imports

Chris Angelico rosuav at gmail.com
Wed Sep 22 15:52:31 EDT 2021


On Thu, Sep 23, 2021 at 4:20 AM Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote:
>
>         The other alternative may be
> https://docs.python.org/3/library/functions.html#__import__
>

I wouldn't recommend calling a dunder. If you just want to pass a text
string and get back a module, importlib is a better choice.

ChrisA


More information about the Python-list mailing list