python-drafthorse
python-drafthorse copied to clipboard
fix string handling of DecimalElement
This fixes two aspects:
- ensure that
__str__()always returns a string (this closes #94) - provide a
__float__()method so python string formatting doesn't fail withTypeError: must be real number, not DecimalElement