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

Function matchPreviousExpr

lib/pyparsing.py:5425–5452  ·  view source on GitHub ↗

Helper to define an expression that is indirectly defined from the tokens matched in a previous expression, that is, it looks for a 'repeat' of a previous expression. For example:: first = Word(nums) second = matchPreviousExpr(first) matchExpr = first + ":" + second

(expr)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

ForwardClass · 0.85
_ustrFunction · 0.85
addParseActionMethod · 0.80
setNameMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected