ATLAS Offline Software
Loading...
Searching...
No Matches
silence.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.ext
namespace  python.ext.silence

Functions

 python.ext.silence.make_fn (what, res, *args)
 python.ext.silence.fifo ()
 python.ext.silence.set_blocking (fd)
 python.ext.silence.reader_thread_func (filename, filter_, real_stdout, filt_content)
 python.ext.silence.threaded_file_reader (*args)
 python.ext.silence.silence (filter_=lambda line:True, file_=stdout)
 python.ext.silence.silence_sout_serr (filter_)
 python.ext.silence.test ()
 python.ext.silence.test_with_exception ()

Variables

 python.ext.silence.pyapi = PyDLL(None)
 python.ext.silence.this_exe = CDLL(None)
 python.ext.silence.FILE_p = c_void_p
 python.ext.silence.PyFile_AsFile = make_fn(pyapi.PyFile_AsFile, FILE_p, py_object)
 python.ext.silence.freopen = make_fn(this_exe.freopen, FILE_p, c_char_p, c_char_p, FILE_p)