Deserialize a module containing Python source code defining a topic tree. This loads the module and gives it to an instance of TopicDefnDeserialClass.
__init__ |
Load the given named module, searched for in searchPath or, if not |
doneIter |
|
getDefinedTopics |
|
getNextTopic |
|
getTreeDoc |
|
resetIter |
TopicDefnDeserialModule
(ITopicDefnDeserializer)¶Deserialize a module containing Python source code defining a topic tree. This loads the module and gives it to an instance of TopicDefnDeserialClass.
__init__
(self, moduleName, searchPath=None)¶Load the given named module, searched for in searchPath or, if not specified, in sys.path. Give it to a TopicDefnDeserialClass.
doneIter
(self)¶getDefinedTopics
(self)¶getNextTopic
(self)¶getTreeDoc
(self)¶resetIter
(self)¶