Package wsatools :: Module ProgrammeBuilder :: Class Registration
[hide private]

Class Registration

source code


Programme requirements from registration file.

Instance Methods [hide private]
 
__init__(self, progTable)
Parses registration files, if not already done so, and sets registered requirements for the given programme.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  comments = ''
Extra comments on the programme.
  description = 'NONE'
Project description.
  email = ''
PI's e-mail address.
  expectedFilters = None
List of filters required by PI.
  password = ''
PI password.
  piName = ''
Name of the PI.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, progTable)
(Constructor)

source code 

Parses registration files, if not already done so, and sets registered requirements for the given programme.

Parameters:
  • progTable (df.ProgrammeTable) - Programme table for current database with the current row set to that of the desired programme.
Overrides: object.__init__