Package Camelot :: Package camelot :: Package types :: Class Language
[frames] | no frames]

Class Language

source code


The languages are stored as ISO codes in the database
Nested Classes
  impl
A variable length Unicode string.
Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from sqlalchemy.types.TypeDecorator: __getattr__, bind_processor, compare_values, copy, copy_value, dialect_impl, get_col_spec, get_dbapi_type, is_mutable, load_dialect_impl, process_bind_param, process_result_value, result_processor

Inherited from sqlalchemy.types.AbstractType: __repr__, adapt_operator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  choices = [('nl_BE', u'nl_BE (Vlaams)'), ('am', u'am (አማርኛ)'),...
  code = 'nso_ZA'
  display_name = None
hash(x)
  locale = <Locale "nso_ZA">
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details

choices

Value:
[('nl_BE', u'nl_BE (Vlaams)'),
 ('am', u'am (አማርኛ)'),
 ('de_BE', 'de_BE'),
 ('pa_PK', 'pa_PK'),
 ('kfo_CI', 'kfo_CI'),
 ('fr_SN', 'fr_SN'),
 ('sa', u'sa (संस्कृत भाषा)'),
 ('mn_CN', 'mn_CN'),
...