Method for quick testing of a parser against a test string. Good for simple inline microtests of sub expressions while building up larger parser. Parameters: - testString - to test against this expression for a match - parseAll - (default= ``True``) - flag
(self, testString, parseAll=True)
source not stored for this graph (policy: none)
no test coverage detected