hyphi_gym.utils.stdout_redirected#

Module Contents#

Functions#

stdout_redirected([to])

import os

hyphi_gym.utils.stdout_redirected.stdout_redirected(to=os.devnull)#

import os

with stdout_redirected(to=filename):

print(“from Python”) os.system(“echo non-Python applications are also supported”)