Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ html
Method
html
suds/servicedefinition.py:267–272 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
265
return
self.__str__()
266
267
def
html(self):
268
try
:
269
return
self.description(html=True)
270
except
Exception
as
e:
271
log.exception(e)
272
return
tostr(e)
Callers
nothing calls this directly
Calls
2
description
Method · 0.95
tostr
Function · 0.90
Tested by
no test coverage detected