| Trees | Index | Help |
|
|---|
| Package zope :: Package schema :: Module interfaces :: Class IBaseVocabulary |
|
Interface--+ |ISource--+ | IBaseVocabulary
IVocabularyRepresentation of a vocabulary.
At this most basic level, a vocabulary only need to support a test for containment. This can be implemented either by __contains__() or by sequence __getitem__() (the later only being useful for vocabularies which are intrinsically ordered).| Method Summary | |
|---|---|
| Inherited from InterfaceClass | |
| |
| Class Variable Summary | |
|---|---|
str |
getTerm = "Return the ITerm object for the term 'value'....
|
| Class Variable Details |
|---|
getTerm
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 | http://epydoc.sf.net |