Contents:
Tutorials
API reference
[docs]def return_fixed_value(): ''' Always return 1.0, useful as a default ''' return 1.0