Home | Trees | Indices | Help |
---|
|
object --+ | ContentTypesVocabulary
Test ContentTypes vocab,
>>> from icsemantic.core.vocabularies import ContentTypesVocabularyFactory >>> ccvocab = ContentTypesVocabularyFactory(portal) >>> ccvocab <zope.schema.vocabulary.SimpleVocabulary object at ...> >>> [term.title for term in ccvocab] # doctest: +ELLIPSIS ... +NORMALIZE_WHITESPACE [...u'Event', u'Favorite', u'File', u'Folder', u'Image', u'Large Folder', u'Link', u'News Item', u'Page'...]
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 15 16:10:32 2008 | http://epydoc.sourceforge.net |