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

Function plain

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

Source from the content-addressed store, hash-verified

62 print string
63
64def plain(string):
65 print 'Content-type: text/plain'
66 print
67 print string
68
69if __name__ == '__main__':
70 main('index.txt', 'links.txt', 'Python: Insert Links')

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected