CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
electronCompare.flushfile Class Reference
Inheritance diagram for electronCompare.flushfile:

Public Member Functions

def __init__ (self, f)
 
def write (self, x)
 

Public Attributes

 f
 

Detailed Description

Definition at line 44 of file electronCompare.py.

Constructor & Destructor Documentation

def electronCompare.flushfile.__init__ (   self,
  f 
)

Definition at line 45 of file electronCompare.py.

Member Function Documentation

def electronCompare.flushfile.write (   self,
  x 
)

Definition at line 47 of file electronCompare.py.

References cmsRelvalreport.exit, and electronCompare.mysystem().

Referenced by pkg.AbstractPkg.generate().

47  def write(self,x):
48  self.f.write(x)
49  self.f.flush()
50 
51 sys.stdout = flushfile(sys.stdout)
52 
53 
54 #===================================================================
55 # when called as an independant executable
56 #===================================================================
57 

Member Data Documentation

electronCompare.flushfile.f