exec_module(module)
An abstract method that executes the module in its own namespace when a module is imported or reloaded. The module should already be initialized when exec_module() is called.
New in version 3.4.
exec_module(module)
An abstract method that executes the module in its own namespace when a module is imported or reloaded. The module should already be initialized when exec_module() is called.
New in version 3.4.
Designed by : w10schools
service@w10schools.com
Please login to continue.