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

Function nestedExpr

lib/pyparsing.py:6127–6229  ·  view source on GitHub ↗

Helper method for defining nested lists enclosed in opening and closing delimiters ("(" and ")" are the default). Parameters: - opener - opening character for a nested list (default= ``"("``); can also be a pyparsing expression - closer - closing character for a nested list

(opener="(", closer=")", content=None, ignoreExpr=quotedString.copy())

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 11

CombineClass · 0.85
OneOrMoreClass · 0.85
CharsNotInClass · 0.85
LiteralClass · 0.85
ForwardClass · 0.85
GroupClass · 0.85
SuppressClass · 0.85
ZeroOrMoreClass · 0.85
setParseActionMethod · 0.80
setNameMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected