MCPcopy 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_httpMethod · 0.95
test_socketserverMethod · 0.45
test_infoMethod · 0.45
test_infoMethod · 0.45
test_infoMethod · 0.45
test_read_textMethod · 0.45
test_read_text_base64Method · 0.45
test_weird_metadataMethod · 0.45
test_enable_loggingMethod · 0.45
test_filenameMethod · 0.45
test_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected