MCPcopy Index your code
hub / github.com/RustPython/RustPython / headers

Method headers

Lib/urllib/error.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def headers(self):
63 return self.hdrs
64
65 @headers.setter
66 def headers(self, headers):

Callers 1

fetchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected