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 379 of file dqm_interfaces.py.

Constructor & Destructor Documentation

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

Definition at line 382 of file dqm_interfaces.py.

382  def __init__ (self,comm,directory):
383  Thread.__init__(self)
384  self.comm = comm
385  self.directory = directory
386  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 384 of file dqm_interfaces.py.

dqm_interfaces.DirFetcher.contents
dqm_interfaces.DirFetcher.directory