MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / merge

Method merge

suds/xsd/sxbasic.py:267–270  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

265 return True
266
267 def merge(self, other):
268 SchemaObject.merge(self, other)
269 filter = Filter(False, self.rawchildren)
270 self.prepend(self.rawchildren, other.rawchildren, filter)
271
272 def description(self):
273 return ('ref',)

Callers

nothing calls this directly

Calls 3

FilterClass · 0.85
prependMethod · 0.80
mergeMethod · 0.45

Tested by

no test coverage detected