present.out¶
err(*values, sep=None, end=None, flush=False)
¶
Wrapper around print()
that emits to an error in red
Source code in /home/runner/work/arc/arc/arc/present/out.py
info(*values, sep=None, end=None, flush=False)
¶
Wrapper around print()
that emits to stderr
instead of stdout
Source code in /home/runner/work/arc/arc/arc/present/out.py
log(*values, sep=None, end=None, file=None, flush=False)
¶
print()
to stderr with a timestamp
Source code in /home/runner/work/arc/arc/arc/present/out.py
print(*values, sep=None, end=None, file=None, flush=False)
¶
A wrapper around print()
that handles removing escape
codes when the output is not a TTY