The nova.safe_utils Module

Utilities and helper functions that won’t produce circular imports.

getcallargs(function, *args, **kwargs)

This is a simplified inspect.getcallargs (2.7+).

It should be replaced when python >= 2.7 is standard.

Previous topic

The nova.quota Module

Next topic

The nova.scheduler.baremetal_host_manager Module

This Page