class Alias(object):
Representation of an alias in the locale data.
An alias is a value that refers to some other part of the locale data,
as specified by the keys
.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | resolve |
Resolve the alias based on the given data. |
Instance Variable | keys |
Undocumented |