MCPcopy Create free account
hub / github.com/STIXProject/python-stix / _combine

Method _combine

stix/test/__init__.py:154–160  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

152 self.assertEqual(self._full_dict, dict2)
153
154 def _combine(self, d):
155 items = itertools.chain(
156 iteritems(self._full_dict),
157 iteritems(d)
158 )
159
160 return dict(items)
161
162 @silence_warnings
163 def test_round_trip_full(self):

Callers 1

_test_partial_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected