| Home | Trees | Index | Help |
|---|
| Package Pootle :: Package storage :: Module api :: Class IFolder |
|
object--+ |Interface--+ |IAnnotatable--+ |object--+ | | |Interface--+ | | |IHaveStatistics--+ |object--+ | | |Interface--+ | | |IRefersToDB--+ |object--+ | | |Interface--+ | | |ISearchable--+ | IFolder
| Method Summary | |
|---|---|
Return a module or a subfolder. | |
__len__(self)
| |
Find containers with a given substring in their name. | |
| Inherited from IHaveStatistics | |
Return statistics for this object. | |
| Inherited from ISearchable | |
Search for a substring in all translation units. | |
| Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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) | |
| Class Variable Summary | |
|---|---|
NoneType |
folder = None |
type |
key = Pootle.storage.api.String |
type |
modules = Pootle.storage.api.IMapping |
type |
subfolders = Pootle.storage.api.IMapping |
| Inherited from IAnnotatable | |
NoneType |
annotations = None |
| Inherited from IRefersToDB | |
NoneType |
db = None |
| Method Details |
|---|
__getitem__(self,
key)
|
find_containers(self, substring)Find containers with a given substring in their name. Performs a recursive search. Returns a tuple ([folder, ...], [module, ...]). |
| Class Variable Details |
|---|
folder
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Aug 22 04:29:45 2006 | http://epydoc.sf.net |