Python provides dynamic loading of implementation code. The plugins in each module of openstack are generally loaded dynamically. Find the entry-info.txt file from the egg-info package of the installation package, and then find the name of the class to be loaded. Dynamically load classes according to their names.
Python provides dynamic loading of implementation code. The plugins in each module of openstack are generally loaded dynamically. Find the entry-info.txt file from the egg-info package of the installation package, and then find the name of the class to be loaded. Dynamically load classes according to their names.