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

Method __add__

lib/pyparsing.py:2138–2174  ·  view source on GitHub ↗

Implementation of + operator - returns :class:`And`. Adding strings to a ParserElement converts them to :class:`Literal`s by default. Example:: greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print (hello, "->", g

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_PendingSkipClass · 0.85
AndClass · 0.85

Tested by

no test coverage detected