MCPcopy Index your code
hub / github.com/python/cpython / merge

Method merge

Lib/test/test_descrtut.py:32–35  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

30 return dict.get(self, key, *args)
31
32 def merge(self, other):
33 for key in other:
34 if key not in self:
35 self[key] = other[key]
36
37test_1 = """
38

Callers 4

test_mergeMethod · 0.45
test_empty_mergesMethod · 0.45
test_merge_stabilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected