Home | Trees | Indices | Help |
|
---|
|
Sqlalchemy type to store virtual addresses : eg, phone number, e-mail address, ...
This column type accepts and returns tuples of strings, the first string is the virtual_address_type, and the second the address itself:
eg: ('mail','project-camelot@conceptive.be') is stored as mail://project-camelot@conceptive.be
|
|||
|
|||
|
|
|||
impl = types.Unicode
|
|||
virtual_address_types = ['phone', 'fax', 'mobile', 'email', 'i
|
|
virtual_address_types
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:56 2009 | http://epydoc.sourceforge.net |