Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
process
Method · 0.95
str
Method · 0.95
plain
Method · 0.95
download
Method · 0.45
download
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected