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 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.

383  def __init__ (self,comm,directory):
384  Thread.__init__(self)
385  self.comm = comm
386  self.directory = directory
self.contents=None

Member Function Documentation

def dqm_interfaces.DirFetcher.run (   self)

Definition at line 387 of file dqm_interfaces.py.

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

388  def run(self):
389  self.contents = self.comm.ls(self.directory,True)
390 
391 #-------------------------------------------------------------------------------

Member Data Documentation

dqm_interfaces.DirFetcher.comm

Definition at line 384 of file dqm_interfaces.py.

dqm_interfaces.DirFetcher.contents

Definition at line 386 of file dqm_interfaces.py.

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

dqm_interfaces.DirFetcher.directory

Definition at line 385 of file dqm_interfaces.py.

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