Public Member Functions | Public Attributes | List of all members
python.pubsinputerror.PubsInputError Class Reference
Inheritance diagram for python.pubsinputerror.PubsInputError:

Public Member Functions

def __init__ (self, run, subrun, version)
 
def __str__ (self)
 

Public Attributes

 run
 
 subrun
 
 version
 

Detailed Description

Definition at line 19 of file pubsinputerror.py.

Constructor & Destructor Documentation

def python.pubsinputerror.PubsInputError.__init__ (   self,
  run,
  subrun,
  version 
)

Definition at line 21 of file pubsinputerror.py.

21  def __init__(self, run, subrun, version):
22  self.run = run
23  self.subrun = subrun
24  self.version = version
25  return
26 
def __init__(self, run, subrun, version)

Member Function Documentation

def python.pubsinputerror.PubsInputError.__str__ (   self)

Definition at line 27 of file pubsinputerror.py.

27  def __str__(self):
28  return 'Input is not yet available for run %d, subrun %d, version %d.' % (
29  self.run, self.subrun, self.version)

Member Data Documentation

python.pubsinputerror.PubsInputError.run

Definition at line 22 of file pubsinputerror.py.

python.pubsinputerror.PubsInputError.subrun

Definition at line 23 of file pubsinputerror.py.

python.pubsinputerror.PubsInputError.version

Definition at line 24 of file pubsinputerror.py.


The documentation for this class was generated from the following file: