| Home | Trees | Index | Help |
|---|
| Package Pootle :: Package storage :: Module memory :: Class TranslationStore |
|
object --+
|
SearchableTranslationStore --+
|
TranslationStore
TranslationStore| Method Summary | |
|---|---|
__init__(self,
module,
langinfo)
| |
__getitem__(self,
number)
| |
__getslice__(self,
start,
end)
| |
__iter__(self)
| |
__len__(self)
| |
fill(self,
units)
| |
See TranslationUnit.__init__. | |
save(self)
| |
statistics(self)
| |
translate(self,
source,
plural)
| |
| Inherited from SearchableTranslationStore | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
key | |
| Class Variable Summary | |
|---|---|
type |
_interface = Pootle.storage.api.ITranslationStore |
NoneType |
annotations = None |
NoneType |
header = None |
NoneType |
langinfo = None |
NoneType |
module = None |
| Method Details |
|---|
makeunit(self, trans)See TranslationUnit.__init__. |
| Property Details |
|---|
key
|
| Class Variable Details |
|---|
annotations
|
header
|
langinfo
|
module
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Aug 22 04:29:45 2006 | http://epydoc.sf.net |