MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576850.py

File recipe-576850.py

recipes/Python/576850_CGI_doc_string_reader/recipe-576850.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cgi
2import cgitb; cgitb.enable()
3
4write = cgi.sys.stdout.write

Callers

nothing calls this directly

Calls 5

dirFunction · 0.85
enableMethod · 0.80
writeFunction · 0.50
exitMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected