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

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

Constructor & Destructor Documentation

def python.pubsdeadenderror.PubsDeadEndError.__init__ (   self,
  run,
  subrun,
  version 
)

Definition at line 21 of file pubsdeadenderror.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.pubsdeadenderror.PubsDeadEndError.__str__ (   self)

Definition at line 27 of file pubsdeadenderror.py.

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

Member Data Documentation

python.pubsdeadenderror.PubsDeadEndError.run

Definition at line 22 of file pubsdeadenderror.py.

python.pubsdeadenderror.PubsDeadEndError.subrun

Definition at line 23 of file pubsdeadenderror.py.

python.pubsdeadenderror.PubsDeadEndError.version

Definition at line 24 of file pubsdeadenderror.py.


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