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

Class Group

lib/pyparsing.py:5147–5167  ·  view source on GitHub ↗

Converter to return the matched tokens as a list - useful for returning tokens of :class:`ZeroOrMore` and :class:`OneOrMore` expressions. Example:: ident = Word(alphas) num = Word(nums) term = ident | num func = ident + Optional(delimitedList(term))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

countFieldParseActionFunction · 0.85
dictOfFunction · 0.85
locatedExprFunction · 0.85
pyparsing.pyFile · 0.85
_makeTagsFunction · 0.85
infixNotationFunction · 0.85
nestedExprFunction · 0.85
indentedBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected