CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
progressbar.infinite_iterator Class Reference

PROGRESSBAR Classes END ####. More...

Inheritance diagram for progressbar.infinite_iterator:

Public Member Functions

def __init__ (self)
 
def __iter__ (self)
 
def next (self)
 

Public Attributes

 n
 

Detailed Description

PROGRESSBAR Classes END ####.

Definition at line 416 of file progressbar.py.

Constructor & Destructor Documentation

◆ __init__()

def progressbar.infinite_iterator.__init__ (   self)

Definition at line 417 of file progressbar.py.

417  def __init__(self):
418  self.n = 1
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ __iter__()

def progressbar.infinite_iterator.__iter__ (   self)

Definition at line 419 of file progressbar.py.

419  def __iter__(self):
420  return self

◆ next()

def progressbar.infinite_iterator.next (   self)

Definition at line 421 of file progressbar.py.

421  def next(self):
422  return 1

Member Data Documentation

◆ n

progressbar.infinite_iterator.n

Definition at line 418 of file progressbar.py.