Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ __rmul__
Method
__rmul__
test/BoostBuild.py:1195–1198 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1193
return
result
1194
1195
def
__rmul__(self, other):
1196
if
not isinstance(other, List):
1197
other = List(other)
1198
return
List.__mul__(other, self)
1199
1200
def
__add__(self, other):
1201
result = List()
Callers
nothing calls this directly
Calls
2
List
Class · 0.85
__mul__
Method · 0.80
Tested by
no test coverage detected