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

Method __mul__

lib/pyparsing.py:2215–2287  ·  view source on GitHub ↗

Implementation of * operator, allows use of ``expr * 3`` in place of ``expr + expr + expr``. Expressions may also me multiplied by a 2-integer tuple, similar to ``{min, max}`` multipliers in regular expressions. Tuples may also include ``None`` as in: - ``

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__rmul__Method · 0.95

Calls 3

ZeroOrMoreClass · 0.85
OneOrMoreClass · 0.85
AndClass · 0.85

Tested by

no test coverage detected