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

Method setDebug

lib/pyparsing.py:2502–2543  ·  view source on GitHub ↗

Enable display of debugging messages while doing pattern matching. Set ``flag`` to True to enable, False to disable. Example:: wd = Word(alphas).setName("alphaword") integer = Word(nums).setName("numword") term = wd | integer

(self, flag=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

setNameMethod · 0.95

Calls 1

setDebugActionsMethod · 0.95

Tested by

no test coverage detected