+ 1
Python module import
Is there difference between alias = __import__(“module”) and import module as alias ?
1 Respuesta
+ 5
I hope this can answer your question:
https://stackoverflow.com/questions/11263027/where-does-import-get-alias-names-from
Is there difference between alias = __import__(“module”) and import module as alias ?