Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Icecream v2.1.3.tar.gz | 2022-07-21 | 38.9 kB | |
Icecream v2.1.3.zip | 2022-07-21 | 49.0 kB | |
README.md | 2022-07-21 | 330 Bytes | |
Totals: 3 Items | 88.3 kB | 0 |
Added: The contextAbsPath= parameter to ic.configureOutput() which, when True, outputs absolute paths, like /path/to/foo.py, instead of just filenames, like foo.py. See https://github.com/gruns/icecream/pull/122. Huge thank you to @HelinXu! Changed: Raise TypeError if no arguments are provided to ic.configureOutput().