Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
def
html(string):
60
print
'Content-type: text/html'
61
print
62
print string
63
64
def
plain(string):
65
print
'Content-type: text/plain'
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected