MCPcopy 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

descriptionMethod · 0.95
tostrFunction · 0.90

Tested by

no test coverage detected