MCPcopy Create free account
hub / github.com/ActiveState/code / html

Function html

recipes/Python/440647_Smart_Links/recipe-440647.py:59–62  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

57 return index
58
59def html(string):
60 print 'Content-type: text/html'
61 print
62 print string
63
64def plain(string):
65 print 'Content-type: text/plain'

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected