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

Method html

suds/client.py:209–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 return ''.join(s)
208
209 def html(self):
210 s = ['']
211 build = suds.__build__.split()
212 s.append('<h1>Suds <small>(')
213 s.append(' version: %s' % suds.__version__)
214 s.append(' %s build: %s' % (build[0], build[1]))
215 s.append(')</small></h1>')
216 for sd in self.sd:
217 s.append('<hr/>%s' % sd.html())
218 return ''.join(s)
219
220
221class Factory:

Callers 3

jquery.jsFile · 0.45
bootbox.min.jsFile · 0.45
jquery.wysiwyg.jsFile · 0.45

Calls 2

splitMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected