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

Function delimitedList

lib/pyparsing.py:5329–5348  ·  view source on GitHub ↗

Helper to define a delimited list of expressions - the delimiter defaults to ','. By default, the list elements and delimiters can have intervening whitespace, and comments, but this can be overridden by passing ``combine=True`` in the constructor. If ``combine`` is set to ``True``,

(expr, delim=",", combine=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

pyparsing.pyFile · 0.85
pyparsing_commonClass · 0.85

Calls 5

_ustrFunction · 0.85
CombineClass · 0.85
ZeroOrMoreClass · 0.85
SuppressClass · 0.85
setNameMethod · 0.80

Tested by

no test coverage detected