Home | Trees | Indices | Help |
|
---|
|
SQLAlchemy column type to store codes. Where a code is a list of strings on which a regular expression can be enforced.
This column type accepts and returns a list of strings and stores them as a string joined with points.
eg: ['08', 'AB'] is stored as 08.AB
Nested Classes | |
impl A variable length Unicode string. |
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:37 2010 | http://epydoc.sourceforge.net |