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

Class Suppress

lib/pyparsing.py:5237–5263  ·  view source on GitHub ↗

Converter for ignoring the results of a parsed expression. Example:: source = "a, b, c,d" wd = Word(alphas) wd_list1 = wd + ZeroOrMore(',' + wd) print(wd_list1.parseString(source)) # often, delimiters that are useful during parsing are just in the

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

suppressMethod · 0.85
ignoreMethod · 0.85
delimitedListFunction · 0.85
pyparsing.pyFile · 0.85
_makeTagsFunction · 0.85
infixNotationFunction · 0.85
nestedExprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected