MCPcopy Create free account
hub / github.com/boostorg/build / __rmul__

Method __rmul__

v2/test/BoostBuild.py:1193–1196  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1191 return result
1192
1193 def __rmul__(self, other):
1194 if not isinstance(other, List):
1195 other = List(other)
1196 return List.__mul__(other, self)
1197
1198 def __add__(self, other):
1199 result = List()

Callers

nothing calls this directly

Calls 2

ListClass · 0.85
__mul__Method · 0.80

Tested by

no test coverage detected