ATLAS Offline Software
Namespaces | Functions | Variables
silence.py File Reference

Go to the source code of this file.

Namespaces

 python.ext.silence
 

Functions

def python.ext.silence.make_fn (what, res, *args)
 
def python.ext.silence.fifo ()
 
def python.ext.silence.set_blocking (fd)
 
def python.ext.silence.reader_thread_func (filename, filter_, real_stdout, filt_content)
 
def python.ext.silence.threaded_file_reader (*args)
 
def python.ext.silence.silence (filter_=lambda line:True, file_=stdout)
 
def python.ext.silence.silence_sout_serr (filter_)
 
def python.ext.silence.test ()
 
def 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
 
def python.ext.silence.PyFile_AsFile = make_fn(pyapi.PyFile_AsFile, FILE_p, py_object)
 
def python.ext.silence.freopen = make_fn(this_exe.freopen, FILE_p, c_char_p, c_char_p, FILE_p)