__import__ is a builtin function which takes the module name as a string and returns the module as an object. See the documentation:
__import__(name[, globals[, locals[, fromlist[, level]]]])
The function imports the module
name, potentially using the givenglobalsandlocalsto determine how to interpret the name in a package context. Thefromlistgives the names of objects or submodules that should be imported from the module given byname.
__import__ is a builtin function which takes the module name as a string and returns the module as an object. See the documentation:
__import__(name[, globals[, locals[, fromlist[, level]]]])
The function imports the module
name, potentially using the givenglobalsandlocalsto determine how to interpret the name in a package context. Thefromlistgives the names of objects or submodules that should be imported from the module given byname.
__import__ is a builtin function which takes the module name as a string and returns the module as an object. See the documentation:
__import__(name[, globals[, locals[, fromlist[, level]]]])The function imports the module
name, potentially using the givenglobalsandlocalsto determine how to interpret the name in a package context. Thefromlistgives the names of objects or submodules that should be imported from the module given byname.
__import__ is a builtin function which takes the module name as a string and returns the module as an object. See the documentation:
__import__(name[, globals[, locals[, fromlist[, level]]]])
The function imports the module
name, potentially using the givenglobalsandlocalsto determine how to interpret the name in a package context. Thefromlistgives the names of objects or submodules that should be imported from the module given byname.