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

Method merge

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

Source from the content-addressed store, hash-verified

423 return (midx, deps)
424
425 def merge(self, other):
426 SchemaObject.merge(self, other)
427 self.rawchildren = other.rawchildren
428
429 def description(self):
430 return ('name', 'ref', 'type')

Callers

nothing calls this directly

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected