Code related to the concept of topic tree and its management: creating and removing topics, getting info about a particular topic, etc.
Copyright since 2006 by Oliver Schoenborn, all rights reserved.
BSD, see LICENSE_BSD_Simple.txt for details.
Check that names in topicTuple are valid: no spaces, not empty. |
Stores a list of topic definition providers. When queried for a topic |
|
Manages the registry of all topics and creation/deletion |
validateNameHierarchy
(topicTuple)¶Check that names in topicTuple are valid: no spaces, not empty. Raise ValueError if fails check. E.g. (‘’,) and (‘a’,’ ‘) would both fail, but (‘a’,’b’) would be ok.