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

Function infixNotation

lib/pyparsing.py:5988–6115  ·  view source on GitHub ↗

Helper method for constructing grammars of expressions made up of operators working in a precedence hierarchy. Operators may be unary or binary, left- or right-associative. Parse actions can also be attached to operator expressions. The generated parser will also recognize the use

(baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')'))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

SuppressClass · 0.85
ForwardClass · 0.85
_FBClass · 0.85
GroupClass · 0.85
OneOrMoreClass · 0.85
OptionalClass · 0.85
setNameMethod · 0.80
setParseActionMethod · 0.80

Tested by

no test coverage detected