Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ __add__
Method
__add__
v2/test/BoostBuild.py:1198–1201 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1196
return
List.__mul__(other, self)
1197
1198
def
__add__(self, other):
1199
result = List()
1200
result.l = self.l[:] + other.l[:]
1201
return
result
1202
1203
1204
def
_contains_lines(data, lines):
Callers
nothing calls this directly
Calls
1
List
Class · 0.85
Tested by
no test coverage detected