MCPcopy Create free account
hub / github.com/a4k-openproject/script.module.openscrapers / matches

Method matches

lib/pyparsing.py:2608–2626  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__eq__Method · 0.95
runTestsMethod · 0.80
pyparsing_commonClass · 0.80

Calls 2

parseStringMethod · 0.95
_ustrFunction · 0.85

Tested by

no test coverage detected