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

Method append

test/tree.py:94–98  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

92 self.touched_files = []
93
94 def append(self, other):
95 self.added_files.extend(other.added_files)
96 self.removed_files.extend(other.removed_files)
97 self.modified_files.extend(other.modified_files)
98 self.touched_files.extend(other.touched_files)
99
100 def ignore_directories(self):
101 """Removes directories from our lists of found differences."""

Callers 15

_do_tree_differenceFunction · 0.95
generate_exampleFunction · 0.80
test1Function · 0.80
_collectFunction · 0.80
_getJamVersionInfoFunction · 0.80
test_all.pyFile · 0.80
testFunction · 0.80
__call__Method · 0.80
__registerTestIdMethod · 0.80
add_childMethod · 0.80
_handle_dirFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 7

test1Function · 0.64
runMethod · 0.64
workdir_setMethod · 0.64
make_testFunction · 0.64
runFunction · 0.64
run_failFunction · 0.64
dump_testFunction · 0.64