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

Class Literal

lib/pyparsing.py:2856–2893  ·  view source on GitHub ↗

Token to exactly match a specified string. Example:: Literal('blah').parseString('blah') # -> ['blah'] Literal('blah').parseString('blahfooblah') # -> ['blah'] Literal('blah').parseString('bla') # -> Exception: Expected "blah" For case-insensitive matching, use

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

runTestsMethod · 0.85
__init__Method · 0.85
copyTokenToRepeaterFunction · 0.85
pyparsing.pyFile · 0.85
nestedExprFunction · 0.85
pyparsing_commonClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected