MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / headers

Method headers

src/anthropic/_request.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48 @property
49 def headers(self) -> Headers:
50 headers = self.options.headers
51 return headers if is_given(headers) else {}
52
53 @property
54 def query_params(self) -> Query:

Callers

nothing calls this directly

Calls 1

is_givenFunction · 0.85

Tested by

no test coverage detected