MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / RequestResponse

Class RequestResponse

tests/Framework.py:162–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161@dataclass
162class RequestResponse(Request):
163 protocol: str
164 verb: str
165 host: str
166 port: int | None
167 url: str
168 request_headers: dict[str, Any]
169 input: Any
170 status: int
171 response_headers: dict[str, Any]
172 output: bytes
173
174
175class Connection:

Callers 1

with_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…