pydmqmc.report_registry.list_requirements

report_registry.list_requirements(name)

List a function’s requirements.

Parameters:
namestr

Name of the enrolled function whose requirements we should return.

Returns:
tuple of strings

Dependencies requires by the given function.

Raises:
KeyError

Supplied name is not registered.