MCPcopy 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
1204def _contains_lines(data, lines):

Callers

nothing calls this directly

Calls 1

ListClass · 0.85

Tested by

no test coverage detected