Move tools, introduce helper to check if an output is available
Compare changes
helpers.py
to tools.py
to avoid confusion with the introduction of helperstools.py
?condition.left
because it is defined as an empty string in the __init__()
. I do not know how to overcome this.duniterpy/helpers/money.py:18: error: "str" has no attribute "pubkey"
duniterpy/helpers/money.py:20: error: "str" has no attribute "time"
duniterpy/helpers/money.py:22: error: "str" has no attribute "timestamp"
duniterpy/helpers/money.py:24: error: "str" has no attribute "sha_hash"
Looks similar to https://github.com/python/mypy/issues/5719.