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

Method __init__

suds/sax/parser.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 """ sax hanlder """
44
45 def __init__(self):
46 self.nodes = [Document()]
47
48 def startElement(self, name, attrs):
49 top = self.top()

Callers

nothing calls this directly

Calls 1

DocumentClass · 0.90

Tested by

no test coverage detected