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

Method refit

suds/sax/element.py:1064–1069  ·  view source on GitHub ↗

Refit (normalize) the prefixes in the node.

(self)

Source from the content-addressed store, hash-verified

1062 return prefixes
1063
1064 def refit(self):
1065 """
1066 Refit (normalize) the prefixes in the node.
1067 """
1068 self.refitNodes()
1069 self.refitMappings()
1070
1071 def refitNodes(self):
1072 """

Callers 1

applyMethod · 0.95

Calls 2

refitNodesMethod · 0.95
refitMappingsMethod · 0.95

Tested by

no test coverage detected