The swiftclient.utils Module

Miscellaneous utility functions for use with Swift.

swiftclient.utils.config_true_value(value)

Returns True if the value is either True or a string in TRUE_VALUES. Returns False otherwise. This function come from swift.common.utils.config_true_value()

This Page