hic3defdr.util.printing module¶
-
hic3defdr.util.printing.eprint(*args, **kwargs)[source]¶ Drop-in replacement for
print()that prints to stderr instead of stdout.Parameters: kwargs (args,) – All args and kwargs will be passed through to print()except for the special kwargskip; if this kwarg is present and set to True, nothing will be printed.