Source code for pyicat_plus.tests.fixtures.misc import sys [docs] def eprint(*args): print(*args, file=sys.stderr, flush=True)