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

Method copy

lib/pyparsing.py:1423–1450  ·  view source on GitHub ↗

Make a copy of this :class:`ParserElement`. Useful for defining different parse actions for the same parsing pattern, using copies of the original parse element. Example:: integer = Word(nums).setParseAction(lambda toks: int(toks[0])) integ

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_setResultsNameMethod · 0.95
__call__Method · 0.95

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected