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

Method merge

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

Source from the content-addressed store, hash-verified

471 return (midx, deps)
472
473 def merge(self, other):
474 SchemaObject.merge(self, other)
475 filter = Filter(False, self.rawchildren)
476 self.prepend(self.rawchildren, other.rawchildren, filter)
477
478 def extension(self):
479 return self.ref is not None

Callers

nothing calls this directly

Calls 3

FilterClass · 0.85
prependMethod · 0.80
mergeMethod · 0.45

Tested by

no test coverage detected