Prado EFO PVA
Public Member Functions | Public Attributes | Private Attributes | List of all members
lookup.LkupTblBase Class Reference
Inheritance diagram for lookup.LkupTblBase:
Inheritance graph
[legend]
Collaboration diagram for lookup.LkupTblBase:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, idxVals, lkupVals)
 
def get_val (self, idxVal)
 
def __subclasshook__ (cls, C)
 
def maxIdx (self)
 
def minIdx (self)
 

Public Attributes

 name
 
 idxVals
 
 lkupVals
 

Private Attributes

 _minIdx
 
 _maxIdx
 

Detailed Description

Definition at line 20 of file lookup.py.

Constructor & Destructor Documentation

◆ __init__()

def lookup.LkupTblBase.__init__ (   self,
  name,
  idxVals,
  lkupVals 
)

Reimplemented in lookup.LkupTblInterp, and lookup.LkupTbl.

Definition at line 21 of file lookup.py.

Member Function Documentation

◆ __subclasshook__()

def lookup.LkupTblBase.__subclasshook__ (   cls,
  C 
)

Definition at line 35 of file lookup.py.

◆ get_val()

def lookup.LkupTblBase.get_val (   self,
  idxVal 
)

Reimplemented in lookup.LkupTblInterp, and lookup.LkupTbl.

Definition at line 31 of file lookup.py.

◆ maxIdx()

def lookup.LkupTblBase.maxIdx (   self)

Definition at line 43 of file lookup.py.

◆ minIdx()

def lookup.LkupTblBase.minIdx (   self)

Definition at line 47 of file lookup.py.

Member Data Documentation

◆ _maxIdx

lookup.LkupTblBase._maxIdx
private

Definition at line 27 of file lookup.py.

◆ _minIdx

lookup.LkupTblBase._minIdx
private

Definition at line 26 of file lookup.py.

◆ idxVals

lookup.LkupTblBase.idxVals

Definition at line 24 of file lookup.py.

◆ lkupVals

lookup.LkupTblBase.lkupVals

Definition at line 25 of file lookup.py.

◆ name

lookup.LkupTblBase.name

Definition at line 22 of file lookup.py.


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