Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ plain
Method
plain
suds/sax/document.py:51–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
return
''
.join(s)
50
51
def
plain(self):
52
s = []
53
s.append(self.DECL)
54
s.append(self.root().plain())
55
return
''
.join(s)
56
57
def
__str__(self):
58
return
self.str()
Callers
nothing calls this directly
Calls
2
root
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected