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

Method root

suds/sax/document.py:37–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.append(root)
36
37 def root(self):
38 if len(self.children):
39 return self.children[0]
40 else:
41 return None
42
43 def str(self):
44 s = []

Callers 5

processMethod · 0.95
strMethod · 0.95
plainMethod · 0.95
downloadMethod · 0.45
downloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected