Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ info
Method
info
Lib/test/test_urllib2.py:305–306 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
303
self.code, self.msg, self.headers, self.url = code, msg, headers, url
304
305
def
info(self):
306
return
self.headers
307
308
def
geturl(self):
309
return
self.url
Callers
15
test_http
Method · 0.95
test_socketserver
Method · 0.45
test_info
Method · 0.45
test_info
Method · 0.45
test_info
Method · 0.45
test_read_text
Method · 0.45
test_read_text_base64
Method · 0.45
test_ignore_comments_in_headers_issue36239
Method · 0.45
test_weird_metadata
Method · 0.45
test_enable_logging
Method · 0.45
test_filename
Method · 0.45
test_info
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected