Idea for the future: add `__format__()` with some format modifier so we can do something like f`{node:w}` to call `format(wrap=True)`. _Originally posted by @llucax in https://github.com/frequenz-floss/frequenz-sdk-python/pull/1295#discussion_r2605902562_
Idea for the future: add
__format__()with some format modifier so we can do something like f{node:w}to callformat(wrap=True).Originally posted by @llucax in #1295 (comment)