CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, comm, directory)
 
def run (self)
 

Public Attributes

 comm
 
 contents
 
 directory
 

Detailed Description

Fetch the content of the single "directory" in the dqm.

Definition at line 376 of file dqm_interfaces.py.

Constructor & Destructor Documentation

def dqm_interfaces.DirFetcher.__init__ (   self,
  comm,
  directory 
)

Definition at line 379 of file dqm_interfaces.py.

379  def __init__ (self,comm,directory):
380  Thread.__init__(self)
381  self.comm = comm
382  self.directory = directory
383  self.contents=None
def __init__(self, comm, directory)

Member Function Documentation

def dqm_interfaces.DirFetcher.run (   self)

Member Data Documentation

dqm_interfaces.DirFetcher.comm

Definition at line 381 of file dqm_interfaces.py.

dqm_interfaces.DirFetcher.contents
dqm_interfaces.DirFetcher.directory