astro.main.SourceLink (version @(#)$Revision: 1.6 $)
index
/astro-wise/AWEHOME/AWBASE/astro/main/SourceLink.py

 
Classes
       
common.database.DBMeta.DBMixin(__builtin__.object)
SourceLink

 
class SourceLink(common.database.DBMeta.DBMixin)
    This abstract class provides a link to a Source within a SourceList.
There is no "Source" class; this is more or less what that is.
BaseSourceLink is used in the designs for Galfit, Galphot to link output
parameters of those programs to the source they are derived for.
 
 
Method resolution order:
SourceLink
common.database.DBMeta.DBMixin
__builtin__.object

Data and other attributes defined here:
SID = <common.database.DBMeta.persistent object at 0x2aaaaf692150>
SLID = <common.database.DBMeta.persistent object at 0x2aaaaf692810>

Class methods inherited from common.database.DBMeta.DBMixin:
get_persistent_attributes(cls) from __builtin__.type
return a list of persistent attributes

Data descriptors inherited from common.database.DBMeta.DBMixin:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __version__ = '@(#)$Revision: 1.6 $'