|
|
|
|
|
by grun
1911 days ago
|
|
Hey! I'm Ansgar. I wrote Icecream. f-strings's `=` is awesome. I'm overjoyed it was added to Python. I use it all the time. That said, IceCream does bring more to the table, like: - Stynax highlighting.
- Pretty prints data structures.
- Returns its value for nesting.
- Integrates with logging via `ic.configureOutput()`.
etcI hope that helps! |
|
One question: in most cases, I get an output like `ic| tmp.py:9 in nonesuch() at 03:23:52.479` What is the "at 03:23:52.479", and how do I turn it off? Looks like it's some sort of timer function, but I don't see it in the readme. Python3.7 on Linux.