serhii.net

In the middle of the desert you can say anything you want

14 Feb 2022

python walrus operators for debugging and output

Python 3.8’s Walrus1 operator is neat for printing outputs:

logger.warning(f"result is false with {start_offset=} {end_offset=} in {doc.name=}. {a.is_online=}")

  1. [https://docs.python.org/3/whatsnew/3.8.html What’s New In Python 3.8 — Python 3.10.2 documentation] ↩︎

Nel mezzo del deserto posso dire tutto quello che voglio.