Source code for cowidev.jhu.utils import sys [docs] def print_err(*args, **kwargs): return print(*args, file=sys.stderr, **kwargs)