CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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__
 
def run
 

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.

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

Member Function Documentation

def dqm_interfaces.DirFetcher.run (   self)

Definition at line 384 of file dqm_interfaces.py.

References L1GctProcessor::Pipeline< T >.contents, dqm_interfaces.DirFetcher.contents, BeautifulSoup.Tag.contents, Book.directory, and dqm_interfaces.DirFetcher.directory.

385  def run(self):
386  self.contents = self.comm.ls(self.directory,True)
387 
388 #-------------------------------------------------------------------------------

Member Data Documentation

dqm_interfaces.DirFetcher.comm

Definition at line 381 of file dqm_interfaces.py.

dqm_interfaces.DirFetcher.contents

Definition at line 383 of file dqm_interfaces.py.

Referenced by BeautifulSoup.PageElement._invert(), and dqm_interfaces.DirFetcher.run().

dqm_interfaces.DirFetcher.directory

Definition at line 382 of file dqm_interfaces.py.

Referenced by dqm_interfaces.DirFetcher.run(), utils.unpickler.run(), and dqm_interfaces.DirWalkerFile.walk().