Some topic definition validation functions.
Copyright since 2006 by Oliver Schoenborn, all rights reserved.
BSD, see LICENSE_BSD_Simple.txt for details.
Verify that allArgs does not contain any of allParentArgs. Raise |
|
Verify that sub is a subset of all for topicName. Raise |
verifyArgsDifferent
(allArgs, allParentArgs, topicName)¶Verify that allArgs does not contain any of allParentArgs. Raise MessageDataSpecError if fail.
verifySubset
(all, sub, topicName, extraMsg='')¶Verify that sub is a subset of all for topicName. Raise MessageDataSpecError if fail.