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

Function connect

recipes/Python/522983_comixGetter/recipe-522983.py:74–78  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

72#
73#===============================
74def connect(server):
75 con = httplib.HTTPConnection(server, 80)
76 con.connect()
77 #print con
78 return con
79
80#===============================
81#download_ucomics_dot_com - download comics from ucomics/gocomics servers

Callers 3

download_othersFunction · 0.70
download_ucomics_dot_comFunction · 0.70
download_comics_dot_comFunction · 0.70

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected