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

Method __init__

suds/sax/element.py:1013–1021  ·  view source on GitHub ↗

@param node: A node to normalize. @type node: L{Element}

(self, node)

Source from the content-addressed store, hash-verified

1011 return pn.refit()
1012
1013 def __init__(self, node):
1014 """
1015 @param node: A node to normalize.
1016 @type node: L{Element}
1017 """
1018 self.node = node
1019 self.branch = node.branch()
1020 self.namespaces = self.getNamespaces()
1021 self.prefixes = self.genPrefixes()
1022
1023 def getNamespaces(self):
1024 """

Callers

nothing calls this directly

Calls 3

getNamespacesMethod · 0.95
genPrefixesMethod · 0.95
branchMethod · 0.45

Tested by

no test coverage detected