| Home | Trees | Indices | Help |
|---|
|
|
declarative_base() --+
|
HardwareElement
|
|||
|
|||
|
|||
__tablename__ = 'hardware_element'
|
|||
id = Column(Integer, primary_key= True)
|
|||
type = Column(Unicode(3), primary_key= True)
|
|||
description = Column(Unicode(512), primary_key= True)
|
|||
hardware_profile_hardware_element = Table('hardware_profile_ha
|
|||
profiles = relation('HardwareProfile', secondary= hardware_pro
|
|||
|
|||
hardware_profile_hardware_element
|
profiles
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:30 2010 | http://epydoc.sourceforge.net |