Static Public Attributes |
tuple | lookup_data = () |
tuple | id = Column(Integer(unsigned=True), primary_key=True) |
tuple | name = Column(Unicode(40), nullable=False, index=True) |
Detailed Description
Definition at line 23 of file lookup_tables.py.
Constructor & Destructor Documentation
def wowf.models.lookup_tables.Lookup.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
Member Function Documentation
def wowf.models.lookup_tables.Lookup.__unicode__ |
( |
|
self | ) |
|
def wowf.models.lookup_tables.Lookup.create |
( |
|
cls, |
|
|
|
name |
|
) |
| |
def wowf.models.lookup_tables.Lookup.get_by_name |
( |
|
cls, |
|
|
|
name |
|
) |
| |
def wowf.models.lookup_tables.Lookup.populate |
( |
|
cls | ) |
|
Member Data Documentation
tuple wowf.models.lookup_tables.Lookup.id = Column(Integer(unsigned=True), primary_key=True) |
|
static |
tuple wowf.models.lookup_tables.Lookup.lookup_data = () |
|
static |
tuple wowf.models.lookup_tables.Lookup.name = Column(Unicode(40), nullable=False, index=True) |
|
static |
wowf.models.lookup_tables.Lookup.name |
The documentation for this class was generated from the following file: