The keystone.openstack.common.importutils Module

Import related utilities and helper functions.

keystone.openstack.common.importutils.import_class(import_str)

Returns a class from a string including module and class

keystone.openstack.common.importutils.import_module(import_str)

Import a module.

keystone.openstack.common.importutils.import_object(import_str, *args, **kwargs)

Import a class and return an instance of it.

keystone.openstack.common.importutils.import_object_ns(name_space, import_str, *args, **kwargs)

Import a class and return an instance of it, first by trying to find the class in a default namespace, then failing back to a full path if not found in the default namespace.

Previous topic

The keystone.openstack.common.gettextutils Module

Next topic

The keystone.openstack.common.jsonutils Module

This Page