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

Method __add__

test/BoostBuild.py:1200–1203  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1198 return List.__mul__(other, self)
1199
1200 def __add__(self, other):
1201 result = List()
1202 result.l = self.l[:] + other.l[:]
1203 return result
1204
1205
1206def _contains_lines(data, lines):

Callers

nothing calls this directly

Calls 1

ListClass · 0.85

Tested by

no test coverage detected