ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
makeDTCalibBlob_pickPhase.cfile Class Reference
Collaboration diagram for makeDTCalibBlob_pickPhase.cfile:

Public Member Functions

def __init__ (self, filename, mode='w')
 
def wl (self, string)
 
def close (self)
 

Public Attributes

 file
 

Detailed Description

Definition at line 56 of file makeDTCalibBlob_pickPhase.py.

Constructor & Destructor Documentation

◆ __init__()

def makeDTCalibBlob_pickPhase.cfile.__init__ (   self,
  filename,
  mode = 'w' 
)

Definition at line 58 of file makeDTCalibBlob_pickPhase.py.

58  def __init__(self, filename, mode = 'w'):
59  self.file = open(filename, mode, buffering=1)

Member Function Documentation

◆ close()

def makeDTCalibBlob_pickPhase.cfile.close (   self)

Definition at line 65 of file makeDTCalibBlob_pickPhase.py.

65  def close(self):
66  self.file.close()
67 

◆ wl()

def makeDTCalibBlob_pickPhase.cfile.wl (   self,
  string 
)

Definition at line 60 of file makeDTCalibBlob_pickPhase.py.

60  def wl(self, string):
61  self.file.writelines(string + '\n')
62  self.file.flush()
63  os.fsync(self.file)
64  return None

Member Data Documentation

◆ file

makeDTCalibBlob_pickPhase.cfile.file

Definition at line 59 of file makeDTCalibBlob_pickPhase.py.


The documentation for this class was generated from the following file:
FullCPAlgorithmsTest_eljob.flush
flush
Definition: FullCPAlgorithmsTest_eljob.py:173
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18
Trk::open
@ open
Definition: BinningType.h:40