Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-576673.py
File
recipe-576673.py
recipes/Python/576673_Python_HTTP_Pipelining/recipe-576673.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
httplib
import
HTTPConnection, _CS_IDLE
2
import
urlparse
3
4
def
pipeline(domain,pages,max_out_bound=4,debuglevel=0):
Callers
nothing calls this directly
Calls
2
pipeline
Function · 0.85
enumerate
Function · 0.50
Tested by
no test coverage detected