Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ self
Function
self
recipes/Python/440641_Custom_Made_CGI_Module/recipe-440641.py:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
raise
SystemExit(0)
14
15
def
self():
16
from
sys
import
argv
17
print
'Content-Type: text/plain\n\n'
+ file(argv[0]).read()
18
raise
SystemExit(0)
19
20
def
export():
21
global string, dictionary, export, decode
Callers
15
f3
Method · 0.85
execute
Function · 0.85
recipe-440641.py
File · 0.85
__eq__
Method · 0.85
class_method
Method · 0.85
str
Method · 0.85
__iter__
Method · 0.85
__getattr__
Method · 0.85
listfill
Method · 0.85
tablefill
Method · 0.85
rowfill
Method · 0.85
_set_debug
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected